React has launched a new website (react.dev) that teaches modern React with function components and Hooks.
The new site includes diagrams, illustrations, challenges, and over 600 new interactive examples. The old React documentation site has moved to legacy.reactjs.org.
The new docs teach React with Hooks from the beginning, and are divided into two main sections: Learn React and API Reference.
- The Learn section is organized like a self-paced course split into chapters, and includes challenges to check your understanding.
- The API Reference includes every React API split into at least two segments: Reference and Usage.















