Open links in new tab
  1. 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 data changes. …

  2. React - Une bibliothèque JavaScript pour créer des interfaces ...

    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 …

  3. React – Eine JavaScript Bibliothek zum Erstellen von Benutzeroberflächen

    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 …

  4. Tutoriel : intro à React – React

    Si le code vous semble obscur, ou si vous n’êtes pas à l’aise avec la syntaxe du code, ne vous inquiétez pas ! C’est justement l’objectif de ce tutoriel de vous aider à comprendre React et sa syntaxe. Nous …

  5. Code-Splitting – React

    Code-Splitting is a feature supported by bundlers like Webpack, Rollup and Browserify (via factor-bundle) which can create multiple bundles that can be dynamically loaded at runtime. Code-splitting …

  6. React – Một thư viện JavaScript xây dựng giao diện người dùng

    React cho phép bạn giao tiếp với các thư viện và frameworks. Ví dụ này sử dụng remarkable, một thư viện Markdown bên ngoài, để chuyển đổi giá trị của <textarea> trong thời gian thực.

  7. React – Una libreria JavaScript per creare interfacce utente

    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.

  8. Hello World – React

    It displays a heading saying “Hello, world!” on the page. Try it on CodePen Click the link above to open an online editor. Feel free to make some changes, and see how they affect the output. Most pages in …

  9. 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 towards best …

  10. 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.