Package Exports
- reason-react/src/ReactDOMRe.js
- reason-react/src/ReasonReact.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
Come join us in Discord!
npm install --save reason-react
Usage
See https://github.com/reasonml-community/reason-react-example
Documentation
See https://reasonml.github.io/reason-react/
Contribute
git clone https://github.com/reasonml/reason-react.git
cd reason-react
npm install
npm start
Then add some files somewhere (don't forget to change bsconfig.json
, if needed).
See the README inside src
for more info!