Open links in new tab
  1. 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 …

  2. Quick Start – React

    Quick Start Welcome to the React documentation! This page will give you an introduction to 80% of the React concepts that you will use on a daily basis.

  3. 快速入门 – React 中文文档

    欢迎来到 React 文档!本章节将介绍你每天都会使用的 80% 的 React 概念。

  4. Installation – React

    Installation React has been designed from the start for gradual adoption. You can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to an …

  5. クイックスタート – React

    React は、再度コンポーネントの関数を呼び出します。 今度は count が 1 になっています。 次の呼び出しでは 2 になっています。 次々と増えていきます。 同じコンポーネントを複数の場所でレン …

  6. 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 …

  7. Creating a React App

    React Router is the most popular routing library for React and can be paired with Vite to create a full-stack React framework. It emphasizes standard Web APIs and has several ready to deploy …

  8. Build a React app from Scratch

    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 …

  9. React v19 – React 中文文档

    Dec 5, 2024 · React 19 现已稳定! 从 4 月份发布这篇介绍 React 19 RC 的博客以来有以下新增内容: 预热 suspend 树:阅读 改善 Suspense 来了解更多。 React DOM 静态 API:阅读 新的 React …

  10. 创建一个 React 应用 – React 中文文档

    创建一个 React 应用 如果你想用 React 构建一个新的应用或网站,我们推荐从一个框架开始。 如果你的应用程序具有现有框架无法很好满足的约束,你更喜欢构建自己的框架,或者你只想学习 React 应 …