About 5,340 results
Open links in new tab
  1. React

    React lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video. Then combine them into entire …

  2. Quick Start – React - reactjs.org

    By now, you know the basics of how to write React code! Check out the Tutorial to put them into practice and build your first mini-app with React.

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

  4. Setup – React

    React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.

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

  6. useReducer – React

    React will pass the current state and the action to your reducer function. Your reducer will calculate and return the next state. React will store that next state, render your component …

  7. 快速入门 – React 中文文档 - docschina.org

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

  8. Describing the UI – React

    React lets you combine them into reusable, nestable components. From web sites to phone apps, everything on the screen can be broken down into components. In this chapter, you’ll learn to …

  9. React v19 – React

    Dec 5, 2024 · To support React Server Components as a bundler or framework, we recommend pinning to a specific React version, or using the Canary release. We will continue working with …

  10. Your First Component – React

    Instead of using an empty HTML file and letting React “take over” managing the page with JavaScript, they also generate the HTML automatically from your React components. This …