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 data changes.
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, effizient die richtigen Komponenten aktualisieren und rendern.
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 towards best practices for accessibility.
Grâce à React, il est facile de créer des interfaces utilisateurs interactives. Définissez des vues simples pour chaque état de votre application, et lorsque vos données changeront, React mettra à jour, de façon optimale, juste les composants qui en auront besoin.
React memungkinkan Anda untuk berinteraksi dengan library dan framework lain. Contoh ini menggunakan remarkable, sebuah library Markdown eksternal, untuk mengkonversi nilai dari <textarea> secara real-time.
React ti permette di interfacciarti con altre librerie e frameworks. Questo esempio usa remarkable, una libreria esterna Markdown, per convertire il contenuto di una <textarea> in tempo reale.
React znacznie ułatwia tworzenie interaktywnych UI. Zaprojektuj proste widoki obsługujące stan aplikacji, a React zajmie się sprawną aktualizacją i ponownym renderowaniem odpowiednich komponentów.
We recommend using React Testing Library which is designed to enable and encourage writing tests that use your components as the end users do. For React versions <= 16, the Enzyme library makes it easy to assert, manipulate, and traverse your React Components’ output.
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.