Skip to main content

Command Palette

Search for a command to run...

Framework vs Library

Framework vs Library

Updated
1 min readView as Markdown
Framework vs Library
R

Hello, I am Rafi kadir and I am from Bangladesh. Taking Web Development as a profession not only fulfills my pocket but also my heart because it has been my passion since my early teenage.

What is the definition of Framework and Library?

I didn’t find any exact definition of what is a framework and what is a library But there are some features those help to understand about framework and library.

Library:

  • A library is a collection of prewritten code that can be used to simplify tasks.
  • We call Libray to do a particular task
  • Your code > Library > Output
  • Reusable code
  • It’s under your control
  • It is easy to replace a library with another library.
  • ReactJS, Jquery, Three.js

Framework:

  • A Framework is a collection of Library
  • But a Framework call library to do the task
  • Your code > framework > library > output
  • Ready to use
  • Not in your control
  • Frameworks are difficult to replace
  • Angular, Django, NodeJS

Connect me on Instagram: Rafi Kadir

More from this blog

R

Rafi Kadir

27 posts

React Frontend Developer. I write about Frontend development, CSS, React and Javascript.