rescript-react icon indicating copy to clipboard operation
rescript-react copied to clipboard

Notes on apis

Open ryyppy opened this issue 4 years ago • 1 comments

  • 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.element
  • ReactDOMRe.Style -> ReactDOM.Style
  • ReactDOMRe.props -> ReactDOM.props
  • ReasonReact.string, ReasonReact.int,... -> React.string, React.int,...

ryyppy avatar Feb 28 '21 09:02 ryyppy

Uncurried, Event's foo["bar"] usage

chenglou avatar Apr 11 '21 09:04 chenglou

Closing this issue, as it is about the past transition from reason-react to @rescript/react that happened 1 1/2 years ago.

cknitt avatar Oct 08 '22 05:10 cknitt