DEV Community

Discussion on: Why to use React if HTML/CSS/JS works fine?

Collapse
 
ashkanmohammadi profile image
Amohammadi2

I belive if you want to learn fundamental concepts you should start with vanilla JS but as your projects get larger and larger, you'll definitely need a framework to structure your code in an organized way.

React helps with structuring your code in components and is useful when you're building complex UI elements.