Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.86 KB

File metadata and controls

32 lines (23 loc) · 1.86 KB

The home of @rescript/react, @rescript/react-dom and @rescript/browser-router

This monorepo provides 3 packages:

  • @rescript/react: the Official ReScript Bindings for ReactJS
  • @rescript/react-dom: the Official ReScript Bindings for react-dom
  • @rescript/browser-router: a lightweight web client router based on rescript pattern-matching.

If you want to use react on the web, you now need to install both @rescript/react and @rescript/react-dom bindings.

Versions

@rescript/react ReScript ReactJS Documentation
0.15.x 12.0+ 19
0.14.x 11.0+ (JSX4 + uncurried mode only) 19
0.12.x, 0.13.x 11.0+ 18 Link
0.11.0 10.1 18 Link
0.10.3 8.3 16.8.1+ Link

Development

yarn install
yarn build

Acknowledgements

This project is the next evolution of the original reason-react bindings.