Jump to content

JavaScript framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 176.195.16.224 (talk) at 13:01, 14 March 2017 ("famous" is non-neutral (it is an opinion), removed, also rewritten compactly to get rid of textual junk, most of which is explained in detail in relevant articles). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A JavaScript framework is a web application framework written in JavaScript. It differs from a JavaScript library in its control flow[1]: a library offers functions to be called by its parent code, whereas a framework defines the entire application design.[2] A developer cannot call a framework; instead it is the framework that will call and use the code in some particular way. Some JavaScript frameworks follow the model–view–controller paradigm designed to segregate a web application into orthogonal units to improve code quality and maintainability. Examples: AngularJS, Ember.js.

See also

References