# @rescript/react

> React bindings for ReScript

Latest version **0.15.0** (published 2026-04-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @rescript/react
pnpm add @rescript/react
yarn add @rescript/react
bun add @rescript/react
```

## Health

**Score 50/100 (C)** — status: active.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.15.0 |
| Published | 2026-04-16 |
| First published | 2021-01-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 83.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 517 |
| Author | Ricky Vetter |
| Maintainers | cristianoc, ryyppy, chenglou, hongbo_zhang, cknittel, _zth, fham_ |
| Keywords | rescript, react |

## Links

- npm: https://www.npmjs.com/package/@rescript/react
- Repository: https://github.com/rescript-lang/rescript-react
- Homepage: https://rescript-lang.org/docs/react/latest/introduction
- Issues: https://github.com/rescript-lang/rescript-react/issues
- npm.io page: https://npm.io/package/@rescript/react

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.15.0 (latest) — 2026-04-16
- 0.16.0-beta.1 (next) — 2026-07-31
- 0.15.0-dev.1.1 — 2026-07-10
- 0.14.2 — 2026-03-13
- 0.14.1 — 2026-02-04
- 0.14.0 — 2025-07-22
- 0.14.0-rc.1 — 2025-05-04
- 0.13.1 — 2025-02-23
- 0.13.0 — 2024-07-25
- 0.12.2 — 2024-05-26
- 0.12.1 — 2024-02-09
- 0.12.0 — 2024-01-10
- 0.12.0-alpha.3 — 2023-07-03
- 0.12.0-alpha.2 — 2023-05-03
- 0.12.0-alpha.1 — 2023-04-12
- … 9 more at https://npm.io/package/@rescript/react/versions

## 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.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](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.

---
_Source: https://npm.io/package/@rescript/react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
