Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rescript-lang/rescript-react
Official ReScript bindings for ReactJS
https://github.com/rescript-lang/rescript-react
reactjs rescript
Last synced: about 19 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T05:52:10.000Z (5 months ago)
- Last Synced: 2024-10-30T04:54:20.111Z (4 months ago)
- Topics: reactjs, rescript
- Language: ReScript
- Homepage: https://rescript-lang.org/docs/react/latest/introduction
- Size: 322 KB
- Stars: 479
- Watchers: 23
- Forks: 39
- Open Issues: 13
-
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.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.