
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 …
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 …
Bien démarrer – React
Cette page est un aperçu de la documentation React et des ressources associées. React est une bibliothèque JavaScript pour la construction d’interfaces utilisateur (UI).
Empezando – React
Si quieres una prueba de React, agregar interactividad a una simple página HTML o empezar una aplicación compleja con React, los enlaces de esta sección te ayudarán a empezar.
Lists and Keys - React
First, let’s review how you transform lists in JavaScript. Given the code below, we use the map() function to take an array of numbers and double their values.
Introducing Hooks – React
The distinction between function and class components in React and when to use each one leads to disagreements even between experienced React developers. Additionally, React has been …
Hooks API Reference – React
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. This page describes the APIs for the built-in Hooks in React. If you’re new to …
State and Lifecycle – React
In React apps, whether a component is stateful or stateless is considered an implementation detail of the component that may change over time. You can use stateless components inside …
React – مكتبة JavaScript لبناء واجهات المستخدم
يعتمد React بشكل أساسي على مفهوم المكوّنات (Components). حيث يجب عليك بناء مكوّنات مُغلَّفة تُدير حالتها الخاصّة، ومن ثمّ تُركِّب هذه المكوّنات مع بعضها لإنشاء واجهات مستخدم مُعقّدة.
ReactDOM – React
The react-dom package provides DOM-specific methods that can be used at the top level of your app and as an escape hatch to get outside the React model if you need to.