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. 快速入门 – React 中文文档

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

  3. 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.

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

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

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

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

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

  9. 安装 – React 中文文档

    React 文档中的大部分页面都包含这样的 sandbox。 除 React 文档以外,还存在许多支持 React 的在线代码编辑器:例如 CodeSandbox, StackBlitz,或者 CodePen。 想要在本地尝试 React,你可以 …

  10. Tutorial: Tic-Tac-Toe – React

    Overview will teach you the fundamentals of React: components, props, and state. Completing the game will teach you the most common techniques in React development. Adding time travel will give you a …