The Official ReScript Bindings for ReactJS
- Existing users want to upgrade from
[email protected]
to[email protected]
(should be a smooth transition, check out the Changes.md for minor breaking changes) - Make sure that all community libraries that are still on
reason-react
publish a new@rescript/react
version as well (for compatibility reasons) - We will soon publish our
v1.0
changes, with a newreact-jsx
version and some other cool features! Check out our RFC post for more infos.
npm install @rescript/react --save
In your bsconfig.json
:
{
"reason": { "react-jsx": 3 },
"bs-dependencies": ["@rescript/react"]
}
Quick Links:
- bs-platform v8.3+
- ReactJS v16.8.1+
- Optimized for ReScript syntax usage
npm install
# Starts the ReScript compiler in watchmode
npm start
This project is the next evolution of the original reason-react bindings.