-
Quick Start – React
The library for web and native user interfaces
-
Installation – React
function Greeting({ name }) {
return <h1>Hello, {name}</h1>;
}
export default function App() {
return <Greeting name="world" />
}
You can edit it directly or open it in a new tab by pressing th...
-
React 19 RC – React
isPending state to true, make the async request(s), and switch
isPending to false after any transitions. This allows you to keep the current UI responsive and interactive while the data is changing.
...
-
React v18.0 – React
React 18 is now available on npm! In our last post, we shared step-by-step instructions for upgrading your app to React 18. In this post, we’ll give an overview of what’s new in React 18, and what it ...
-
Start a New React Project – React
Start a New React Project
If you want to build a new app or a new website fully with React, we recommend picking one of the React-powered frameworks popular in the community.
You can use React without...
-
Introducing react.dev – React
Today we are thrilled to launch react.dev, the new home for React and its documentation. In this post, we would like to give you a tour of the new site.
tl;dr
We’ve included diagrams, illustrations, ...