
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 …
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.
Installation – React
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 HTML page, or start a complex React-powered app, this section …
快速入门 – React 中文文档
至此,你已经了解了如何编写 React 代码的基本知识。 接下来你可以查看 实战教程 并把它们付诸实践,用 React 建立第一个迷你应用程序。
React Conf 2025 | October 7-8 | Henderson, Nevada & online
Callstack is a software consultancy specializing in building and scaling applications using React and React Native. More
React Blog – React
Oct 7, 2025 · This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first.
React Versions – React
In 2023, we launched our new docs for React 18 as react.dev. The legacy React 18 docs are available at legacy.reactjs.org. Versions 17 and below are hosted on legacy sites.
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 …
React v18.0 – React
Mar 29, 2022 · As a React developer, you focus on what you want the user experience to look like, and React handles how to deliver that experience. So we don’t expect React developers …
Thinking in React
This was a very brief introduction to how to think about building components and applications with React. You can start a React project right now or dive deeper on all the syntax used in this …