main
md 13 lines 359 Bytes
Rendered Raw
1 # React
2
3 React is a JavaScript library for building user interfaces.
4
5 ## Monorepo Overview
6
7 - **React**: All files outside `/compiler/`
8 - **React Compiler**: `/compiler/` directory (has its own instructions)
9
10 ## Current Active Work
11
12 - **Rust Compiler Port**: Plans in `compiler/docs/rust-port/`, implementation in `compiler/crates/`
13 - Branch: `rust-research`