skip to content
Avatar Bruno Garcia

Workshop about RequireJS

This is a workshop I made on Ventura24 about RequireJS.

Resume

RequireJS is a JavaScript file and module loader.

It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node.

Using a modular script loader like RequireJS will improve the speed and quality of your code.