DEV Community

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

Collapse
 
pandademic profile image
Pandademic

I have some (quite possibly odd) ideas:

A library does one thing.
But a framework works with many library's or does everything in one task. Basically a toolkit.

So for example:

  • react and rails are frameworks
  • but penrose is library.