Thursday, August 5, 2021

What is React?

 

What is React?




React is an open-source, component-based front-end library responsible for making an interactive User Interface or view layer. The syntax is written in JSX which makes it easier for the programmer as the tags created to call a particular component. It has huge community support and is currently maintained by Facebook.

It uses virtual DOM to fill the data in the HTML DOM. Changing the DOM elements instead of reloading complete DOM every time makes the virtual DOM work faster than the others.

No comments:

Post a Comment

Best React IDE [Quick Q&A]

  Best React IDE Quick Q&A Are you just starting your journey as a programmer? Try CodeSandbox as a web-based playground. Want the best ...