rescript-react
rescript-react copied to clipboard
Notes on apis
ReactDOMRe.objToDOMProps-> this function is currently missing, probably need to add that back for the transition (later on we will not need that apis for v1 afaik)
Upgrade notes:
ReasonReact.reactElement->React.elementReactDOMRe.Style->ReactDOM.StyleReactDOMRe.props->ReactDOM.propsReasonReact.string,ReasonReact.int,... ->React.string,React.int,...
Uncurried, Event's foo["bar"] usage
Closing this issue, as it is about the past transition from reason-react to @rescript/react that happened 1 1/2 years ago.