
React – A JavaScript library for building user interfaces
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your …
Testing Overview – React
React Testing Library is a set of helpers that let you test React components without relying on their implementation details. This approach makes refactoring a breeze and also nudges you …
CDN Links – React
CDN Links These docs are old and won’t be updated. Go to react.dev for the new React docs. See Add React to an Existing Project for the recommended ways to add React. Both React …
Versions - React
React Versions A complete release history for React is available on GitHub. Changelogs for recent releases can also be found below. Note The current docs are for React 18. For React …
Accessibility – React
Our React applications continuously modify the HTML DOM during runtime, sometimes leading to keyboard focus being lost or set to an unexpected element. In order to repair this, we need to …
Design Principles – React
We wrote this document so that you have a better idea of how we decide what React does and what React doesn’t do, and what our development philosophy is like.
JavaScript Environment Requirements – React
React 18 supports all modern browsers (Edge, Firefox, Chrome, Safari, etc). If you support older browsers and devices such as Internet Explorer which do not provide modern browser …
Courses – React
React Essentials for Designers - React courses tailored for designers: the fundamentals, capabilities, limitations and how they relate to design. Essential React - A crash course for …
React – Eine JavaScript Bibliothek zum Erstellen von …
React macht es dir leicht, interaktive Benutzeroberflächen zu erstellen. Erstelle einfache Ansichten für jeden Zustand deiner Anwendung und React wird sobald du Daten änderst, …
Example Projects – React
There are many example projects created by the React community. We’re keeping this page focused on the ones that use React without third-party state management libraries.