reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Component Based UI

Name 5 Javascript UI Frameworks (other than React)

  1. Node.js
  2. Vue.js
  3. AngularJS
  4. Ember.js
  5. jQuery

What’s the difference between a framework and a library?

Examples of libraries: Network protocols, compression, image manipulation, string utilities, regular expression evaluation, math. Operations are self-contained.

Examples of frameworks: Web application system, Plug-in manager, GUI system. The framework defines the concept but the application defines the fundamental functionality that end-users care about.


Terms


References:

@By Saurabh Dhariwal/Component-based UI Development

@By Cordenne Brewster/JavaScript Frameworks: What Are They and How Do They Work?

@By Jason Cohen/What is the difference between a framework and a library?