DEV Community

Discussion on: What is a Web Framework, and Why Should You use one?

Collapse
 
iam_timsmith profile image
Tim Smith

It's true, technically React and Vue are libraries not frameworks. There are so many other pieces that can be added (Vuex, Redux, Vue-Router, React-Router, etc) that they can easily be turned into frameworks.

Personally I like React the best for front-end frameworks although I started with Vue. Many of the concepts are the same so learning one framework can translate general concepts to another. You just need to learn the syntax and how that framework is set up.

Collapse
 
ignoreintuition profile image
Brian Greig

Vue, Vue-Router and Vuex is killer.