https://github.com/rescript-lang/rescript-react
Official ReScript bindings for ReactJS
https://github.com/rescript-lang/rescript-react
reactjs rescript
Last synced: 6 months ago
JSON representation
Official ReScript bindings for ReactJS
- Host: GitHub
- URL: https://github.com/rescript-lang/rescript-react
- Owner: rescript-lang
- License: mit
- Created: 2020-12-30T08:46:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T16:02:12.000Z (7 months ago)
- Last Synced: 2025-05-04T17:18:55.799Z (7 months ago)
- Topics: reactjs, rescript
- Language: ReScript
- Homepage: https://rescript-lang.org/docs/react/latest/introduction
- Size: 341 KB
- Stars: 498
- Watchers: 23
- Forks: 43
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - rescript-react - lang | 218 | (ReScript)
README
## @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.14.x | 11.0+ (JSX4 + uncurried mode only) | 19 | |
| 0.12.x, 0.13.x | 11.0+ | 18 | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
| 0.11.0 | 10.1 | 18 | [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.