SeaJS

SeaJS 3.0.2 updated

SeaJS allows a developer to split code into smaller blocks (called modules) and load them only when necessary.SeaJS is compliant with CommonJS' AMD principles of loading code in parallel without blocking the app or cluthering it with unused code.Similar...