JavaScript Application Frameworks/Libraries

Written by Cody Lindley

The Front-End Developer Roadmap from Frontend Masters - Advance your skills with in-depth, modern front-end engineering courses.


Overview:

JavaScript Web Application Libraries/Frameworks.


Definitions:

JavaScript Application Framework
A JavaScript framework is an application framework written in JavaScript. It differs from a JavaScript library in its control flow. A library offers functions to be called by its parent code, whereas a framework defines the entire application design. A developer does not call a framework; instead, the framework calls and uses the code in some particular way. Examples include AngularJS, React.js, and Vue.js.

Contribute content, suggestions, and fixes on github:

https://github.com/FrontendMasters/learning-roadmap


Mobile Web Application Frameworks/Libraries (i.e., Runs on web platform in browser or webview)