mthanh2209 / react-training

https://react-training-eight.vercel.app
0 stars 0 forks source link

Why use React and not pure JS? #1

Open mthanh2209 opened 10 months ago

mthanh2209 commented 10 months ago

1. What Is React?

  • React provides an efficient way to build complex user interfaces as it allows components rendering by leveraging virtual dom.
  • Furthermore, React organize and maintains the code more effectively. In contrast, plain Javascript requires more manual work to achieve the same level of efficiency.
  • Consequently, ReactJS has better UI/UX performance than JS since developers don’t need to enter the DOM to work with it as it executes automatically.
  • With JS, e-commerce websites are more expensive to maintain than with React. React provides good maintenance services for keeping the application running quickly and dynamically, compared to Javascript.
  • Developers can easily maintain and update web applications using react reusable components and virtualDOM, making it superior to plain Javascript for e-commerce.

4. React JS Vs JavaScript: When To Choose One Over The Other?

hungnguyenhuu-agilityio commented 10 months ago

Pls help to describe what you get to know from React. Not the text which copied from others source like that.