DEV Community

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

Collapse
 
michaelmangial1 profile image
Michael Mangialardi

This is likely not technically accurate, but my mental model is that frameworks give you the foundation to build an application and libraries allow you to use abstractions within a framework. Both invoke you to use their signature, and you invoke it to build your application.