Package Exports
- reason-react/src/ReactDOMStyle.bs.js
- reason-react/src/legacy/ReactDOMRe.bs.js
- reason-react/src/legacy/ReasonReact.bs.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reason-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ReasonReact
Note: ReasonReact now lives at @rescript/react, which maintains full compatiblity with the latest ReasonReact, excluding the long-deprecated old modules aliases (such as ReactDOMRe
, in favor of ReactDOM
) that we've taken the occasion to finally remove. Migration notes here.
Tldr: you can just change your package.json
's "reason-react"
dependency to "@rescript/react"
. For transitive dependencies upgrade truoble, please voice your feedback on our forum and on the migration issue. Thanks!
Future updates happens at rescript-react
as a continuation of ReasonReact, by the same people.
Likewise, the old reason-react docs are kept alive for historical purposes, with its continuation at rescript-react docs.
More context on the move here.