DEV Community

Gabby Mturi
Gabby Mturi

Posted on

Frontend development!

What is the best framework for frontend development?

Top comments (2)

Collapse
 
cmuralisree profile image
Chittoji Murali Sree Krishna

For beginner you don't need a framework, try understanding the html, css, vanilla javascript, and bootstrap

If you already know those, then there are three giant frameworks namely,

  1. React
  2. Vue
  3. Angular

All three have great value in the industry,

But as I heard react is the fastest growing framework, bcz of its virtual DOM, it uses jsx format, reusable components,

ReactJs is followed by AngularJS then VueJs

But ReactJs and VueJs are javascript library,
Where AngularJs is frameworks

Collapse
 
gabby1024 profile image
Gabby Mturi

Oooooh Thanks a lot