
快速入门 – React 中文文档
至此,你已经了解了如何编写 React 代码的基本知识。 接下来你可以查看 实战教程 并把它们付诸实践,用 React 建立第一个迷你应用程序。
Build a React app from Scratch
If your app has constraints not well-served by existing frameworks, you prefer to build your own framework, or you just want to learn the basics of a React app, you can build a React app from …
从零开始构建 React 应用 – React 中文文档
如果现有框架无法满足你应用的要求,或者你更喜欢自己构建框架,亦或者你只想学习 React 应用程序的基础知识,那么你可以选择从零开始构建 React 应用。
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 中文文档
React 允许你将标签、CSS 和 JavaScript 组合成自定义“组件”,即 应用程序中可复用的 UI 元素。 上文中表示目录的代码可以改写成一个能够在每个页面中渲染的 <TableOfContents /> 组件。
Setup – React
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it here.
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 …
Describing the UI – React
Read Your UI as a Tree to learn how to create a render and module dependency trees for a React app and how they’re useful mental models for improving user experience and performance.
Creating a React App
If you want to build your own solutions, see our guide to build a React app from Scratch for instructions on how to set up a new React project starting with a build tool like Vite, Parcel, or …
逐步淘汰 Create React App – React 中文文档
Feb 14, 2025 · Create React App 将以维护模式继续运行,并发布了与 React 19 兼容的新版本 Create React App。 如何迁移到框架 我们推荐使用 框架创建新的 React 应用。 所有推荐的框 …