DEV Community

Discussion on: Why use React instead of JavaScript HTML and CSS

Collapse
 
aravindballa profile image
Aravind Balla

React is a UI library which helps you manage a lot of things easier with features like Virtual DOM(normal DOM updates are slow), handling data with states, component-based structure etc.

Here are some more reasons why you might want to choose React.
coderplex.org/learn/reactjs/Choosi...

That's a learning guide for React which might help if you starting out on React!

Collapse
 
mraza007 profile image
Muhammad

Thanks