DEV Community

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

Collapse
 
sergio profile image
deleteme deleteme

A framework does a lot of things well.

A library does one thing well.


Rails is a framework.
Phoenix is a framework.
OTP is a framework.

React is a library.
Momentjs is a library.
HTTPoison is a library.