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

Published: 28 October 2021
on channel: 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


On this page of the site you can watch the video online How To Convert Normal HTML Page To React | #3 React Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Fix It With Ankit 28 October 2021, share the link with friends and acquaintances, this video has already been watched 86 times on youtube and it was liked by 4 viewers. Enjoy your viewing!