How To Convert Normal HTML Page To React | #3 React Tutorial

Publié le: 28 octobre 2021
sur la chaîne: Fix It With Ankit
86
4

React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications. However, React is only concerned with state management and rendering that state to the DOM, so creating React applications usually requires the use of additional libraries for routing, as well as certain client-side functionality.



What Is React?
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”.


We’ll get to the funny XML-like tags soon. We use components to tell React what we want to see on the screen. When our data changes, React will efficiently update and re-render our components.


Here, ShoppingList is a React component class, or React component type. A component takes in parameters, called props (short for “properties”), and returns a hierarchy of views to display via the render method.


The render method returns a description of what you want to see on the screen. React takes the description and displays the result. In particular, render returns a React element, which is a lightweight description of what to render. Most React developers use a special syntax called “JSX” which makes these structures easier to write. React.createElement('div') is used to create a div tag.

Full Playlist:    • React Development  



#ReactDevelopment #ReactTutorials #React


Sur cette page du site, vous pouvez voir la vidéo en ligne How To Convert Normal HTML Page To React | #3 React Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Fix It With Ankit 28 octobre 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 86 fois et il a aimé 4 téléspectateurs. Bon visionnage!