Why React.js?

Nikhil Raj
Nov 28, 2023

--

· It makes inter active User interface (UI).

· It has building blocks called components.

· It won’t reload the page, it just reloads the components in it.

React:

React is maintained by “Facebook

SPA: (Single Phase Application)

· Load only once

· No traffic burden on the server.

· Usage of internet is very low.

--

--