安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- 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 combine components written by independent people, teams, and organizations
- React Compiler – React 中文文档
React Compiler 是一个新编译器,我们将其开源以获取社区的早期反馈。它是一个仅在构建时使用的工具,可以自动优化你的 React 应用程序。它可以与纯 JavaScript 一起使用,并且了解 React 规则,因此你无需重写任何代码即可使用它。 编译器还包括一个 ESLint 插件,可以在你的编辑器中直接显示编译器的
- Installation – React 中文文档
React Compiler is designed to work by default without any configuration However, if you need to configure it in special circumstances (for example, to target React versions below 19), refer to the compiler options reference The setup process depends on your build tool React Compiler includes a Babel plugin that integrates with your build
- Introduction – React 中文文档
Introduction 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 use it
- 在网站中添加 React – React 中文文档
1 分钟拥有 React React 从一开始就是为渐进式开发而生。 大多数网站并没有(也不需要)完全使用 React 进行构建。 本小节中,我们将向你展示如何在现有 HTML 页面中添加交互式组件的方法。 你可以在你自己的网站上尝试,或者创建一个 空的 HTML 文件 来进行练习。
- prerenderToNodeStream – React 中文文档
Rendering a React tree to a string of static HTML Call prerenderToNodeStream to render your app to a static HTML string: This will produce the initial non-interactive HTML output of your React components On the client, you will need to call hydrateRoot to hydrate that server-generated HTML and make it interactive
- Debugging and Troubleshooting – React 中文文档
Debugging and Troubleshooting This guide helps you identify and fix issues when using React Compiler Learn how to debug compilation problems and resolve common issues
- React Compiler RC – React 中文文档
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 of great feedback and contributions We’re excited about the wins we’ve seen from folks adopting the compiler (see case studies from Sanity Studio and Wakelet) and are working towards a stable release We are releasing the
|
|
|