X

Learn React.js Basics

React is a powerful library. The Library is used for making the web and mobile UI.

It was developed by Facebook.

React is component driven. Everything as a component is responsible for some functionality.

You can easily write small, small components and then combine them together to form the big components.

It makes code more readable and understandable.

The below features make React more powerful and beautiful:

It uses the virtual DOM concept instead of the real DOM.

Code readability because of JSX. The use of JSX makes you feel like you’re writing web apps (gives a look to JavaScript like HTML). 

It also uses SSR (SSR helps in SEO). 

If you enjoyed this article, Get email updates (It’s Free)
kumaresan: