# babel-plugin-react-compiler

> Babel plugin for React Compiler.

Latest version **1.0.0** (published 2025-10-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-plugin-react-compiler
pnpm add babel-plugin-react-compiler
yarn add babel-plugin-react-compiler
bun add babel-plugin-react-compiler
```

## Health

**Score 70/100 (B)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2025-10-07 |
| First published | 2024-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 250441 |
| Maintainers | fb, react-bot |

## Links

- npm: https://www.npmjs.com/package/babel-plugin-react-compiler
- Repository: https://github.com/facebook/react
- Homepage: https://github.com/facebook/react#readme
- Issues: https://github.com/facebook/react/issues
- npm.io page: https://npm.io/package/babel-plugin-react-compiler

## Dependencies (1)

- [@babel/types](https://npm.io/package/@babel/types.md) ^7.26.0

## Recent versions

- 1.0.0 (latest) — 2025-10-07
- 0.0.0-experimental-a1856f3-20260507 (experimental) — 2026-05-08
- 19.1.0-rc.3 (rc) — 2025-08-28
- 19.0.0-beta-af1b7da-20250417 (beta) — 2025-04-21
- 0.0.0-experimental-a1856f3-20260506 — 2026-05-07
- 0.0.0-experimental-a1856f3-20260502 — 2026-05-04
- 0.0.0-experimental-a1856f3-20260429 — 2026-04-30
- 0.0.0-experimental-a1856f3-20260427 — 2026-04-28
- 0.0.0-experimental-a1856f3-20260423 — 2026-04-24
- 0.0.0-experimental-a1856f3-20260422 — 2026-04-22
- 0.0.0-experimental-a1856f3-20260421 — 2026-04-21
- 0.0.0-experimental-a1856f3-20260420 — 2026-04-20
- 0.0.0-experimental-a1856f3-20260417 — 2026-04-17
- 0.0.0-experimental-a1856f3-20260415 — 2026-04-15
- 0.0.0-experimental-a1856f3-20260414 — 2026-04-14
- … 394 more at https://npm.io/package/babel-plugin-react-compiler/versions

## README

# babel-plugin-react-compiler

React Compiler is a compiler that optimizes React applications, ensuring that only the minimal parts of components and hooks will re-render when state changes. The compiler also validates that components and hooks follow the Rules of React.

This package contains the React Compiler Babel plugin use in projects that make use of Babel. You can find instructions for using this plugin here: https://react.dev/learn/react-compiler

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