Welcome to React Tutorial!
This course will teach you all you need to know to work with React.
In this video we will talk about -
Nesting a React Component
Passing and Receiving Props
Implementing an Approval Card
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. React can be used as a base in the development of single-page or mobile applications.
How does React Work?
React creates a VIRTUAL DOM in memory.
Instead of manipulating the browser's DOM directly, React creates a virtual DOM in memory, where it does all the necessary manipulating, before making the changes in the browser DOM.
React only changes what needs to be changed!
React finds out what changes have been made, and changes only what needs to be changed.
You will learn the various aspects of how React does this in the rest of this tutorial.
To better prepare you for the real world, we have projects that will help you build an app.
#reactjs #opensource #frontend #programming #ReactJS
Watch video React JS Basics - Part 2 online without registration, duration hours minute second in high quality. This video was added by user Vipul Jain 26 May 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41 once and liked it 3 people.