AdobeStock_455007340

Aaron Hardy Explains RequireJS

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments. Using a modular script loader like RequireJS will improve the speed and quality of your code. (This from the RequireJS web site).
Ok, so you want know what that actually means, and how to use RequireJS? Then check out Aaron Hardy’s ADC article Dependency management with RequireJS.

Leave a Reply