JavaScript Application Frameworks/Libraries
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
Web Application Frameworks/Libraries
Mobile Web Application Frameworks/Libraries (i.e., Runs on web platform in browser or webview)
Learning Resources
React
Angular
Vue
Svelte