@rescript/react
Version:
React bindings for ReScript
28 lines (18 loc) • 1.06 kB
Markdown
## @rescript/react
> The Official [ReScript](https://rescript-lang.org) Bindings for [ReactJS](https://react.dev/)
- [Introduction](https://rescript-lang.org/docs/react/latest/introduction)
- [Installation](https://rescript-lang.org/docs/react/latest/installation)
### Versions
| @rescript/react | ReScript | ReactJS | Documentation |
| --------------- | -------- | ------- | ----------------------------------------------------------------- |
| 0.12.0+ | 11.0+ | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
| 0.11.0 | 10.1 | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |
| 0.10.3 | 8.3 | 16.8.1+ | [Link](https://rescript-lang.org/docs/react/v0.10.0/introduction) |
### Development
```
npm install
# Starts the ReScript compiler in watch mode
npm start
```
### Acknowledgements
This project is the next evolution of the original [reason-react](https://github.com/reasonml/reason-react) bindings.