RequireJS

from Wikipedia, the free encyclopedia
RequireJS
Basic data

Current  version 2.3.6
(August 27, 2018)
programming language JavaScript
category Program library
License BSD license , MIT license
http://requirejs.org/

RequireJS is an open source implementation for asynchronous module definition in JavaScript . It is used to load JavaScript files not when a website is opened, but only when they are needed. It also contains an optimization tool to create minimized JavaScript files to speed up the loading of web pages.

See also

Web links