DEV Community

Discussion on: What's the difference between a library and a framework?

Collapse
 
maxart2501 profile image
Massimo Artizzu

A library gives you aids to help you coding.
A framework makes you adopt a way to code.

So lodash is a library, but Angular is a framework; jQuery started as a library, it ended up being a framework.

React is a framework, according to the definition above.