DEV Community

Discussion on: How to Become a Front-End Developer

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 🙂