From 512409e6d1556f96671514adf5cedc40d9ff7dc0 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 25 Jun 2024 15:04:10 -0400 Subject: [PATCH] Update [ghstack-poisoned] --- compiler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/README.md b/compiler/README.md index 53c0c22a0dc37..9b3f15ce7e2c3 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -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). \ No newline at end of file +More information about developing the compiler itself is covered in the [Development Guide](./docs/DEVELOPMENT_GUIDE.md).