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: 6 months ago
JSON representation

Official ReScript bindings for ReactJS

Awesome Lists containing this project

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.