What is react JS?

 ReactJS is a JavaScript library used to create reusable UI components. 

React is a library for building user interfaces. It encourages the creation of reusable UI components, which present data that changes over time. Lots of people use React as the V in MVC. React abstracts away the DOM from you, offering a simpler programming model and better performance. React can also render on the server using Node, and it can power native apps using React Native. React implements one-way reactive data flow, which reduces the boilerplate and is easier to reason about than traditional data binding.


Introduction to React JS 



React is a JavaScript library developed by Facebook.

React is a tool for building UI components.

React is used to build single-page applications.

React allows us to create reusable UI components.

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.


Sudhir Kumar

i am blogger | Vloggger | Digital Marketer having work experience of more than 5 years.

Post a Comment

Previous Post Next Post