
React 官方中文文档
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly …
React Compiler RC – React 中文文档
Apr 21, 2025 · React Compiler is a build-time tool that optimizes your React app through automatic memoization. Last year, we published React Compiler’s first beta and received lots …
Introduction – React 中文文档
React Compiler is a new build-time tool that automatically optimizes your React app. It works with plain JavaScript, and understands the Rules of React, so you don’t need to rewrite any code to …
Incremental Adoption – React 中文文档
Why Incremental Adoption? React Compiler is designed to optimize your entire codebase automatically, but you don’t have to adopt it all at once. Incremental adoption gives you control …
prerenderToNodeStream – React 中文文档
Reference prerenderToNodeStream(reactNode, options?) Usage Rendering a React tree to a stream of static HTML Rendering a React tree to a string of static HTML Waiting for all data to …
Compiling Libraries – React 中文文档
Why Ship Compiled Code? Setting Up Compilation Backwards Compatibility 1. Install the runtime package 2. Configure the target version Testing Strategy Troubleshooting Library doesn’t work …
Debugging and Troubleshooting – React 中文文档
This guide helps you identify and fix issues when using React Compiler. Learn how to debug compilation problems and resolve common issues.
gating – React 中文文档
The gating option enables conditional compilation, allowing you to control when optimized code is used at runtime.
Directives – React 中文文档
Overview React Compiler directives provide fine-grained control over which functions are optimized by the compiler. They are string literals placed at the beginning of a function body or …
Configuration – React 中文文档
Compilation Control These options control what the compiler optimizes and how it selects components and hooks to compile. compilationMode controls the strategy for selecting …