DEV Community

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

Collapse
 
kspeakman profile image
Kasey Speakman

I count things like React hooks as framework. Even though a hook is called as though it is a library, it becomes a design language that requires direct dependencies all over the code base. And their functions integrate with the renderer. The overall picture is a framework.