Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
poteto committed Jun 25, 2024
1 parent 4bcd3d6 commit 512409e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.
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](https://react.dev/reference/rules).

More information about the design and architecture of the compiler are covered in the [Design Goals](./docs/DESIGN_GOALS.md).

More information about developing the compiler itself is covered in the [Development Guide](./docs/DEVELOPMENT_GUIDE.md).
More information about developing the compiler itself is covered in the [Development Guide](./docs/DEVELOPMENT_GUIDE.md).

0 comments on commit 512409e

Please sign in to comment.