DEV Community

Discussion on: How to Become a Front-End Developer

Collapse
 
shadowtime2000 profile image
shadowtime2000

imao react and vue aren't frameworks they are libraries something like next or nuxt is a framework, because it defines the exact structure and architecture of your project.

Collapse
 
thomaslombart profile image
Thomas Lombart

The line between framework and library is kind of blurry for Vue and React. Vue calls itself a progressive framework while React defines itself as a JavaScript library. In the end, they have the same purpose: make it easier to build a user interface.

I used the term framework here to simplify the technical jargon 🙂