RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API.
Las características principales de jrburke/requirejs son: Module Loaders.
Las alternativas de código abierto para jrburke/requirejs incluyen: ded/script.js — Asyncronous JavaScript loader and dependency manager. ecomfe/esl — enterprise standard loader. headjs/headjs — Headjs is an asynchronous asset loader designed to load JavaScript and CSS files in parallel and execute them in a… jorendorff/js-loaders. lrsjng/modulejs — Lightweight JavaScript module system. cujojs/curl — curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy…
Asyncronous JavaScript loader and dependency manager
Headjs is an asynchronous asset loader designed to load JavaScript and CSS files in parallel and execute them in a specific sequence to improve page speed. It functions as a resource dependency manager that tracks script loading status and executes callbacks only after all required dependencies are fully loaded. The project includes a browser feature detection library that checks for HTML5 and CSS3 capabilities. This allows for conditional resource loading, where assets are delivered based on detected browser features, device capabilities, or screen resolution. The system further manages fro
curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.