Why is Sand.js lightweight ? - piercus/sandjs GitHub Wiki
Why
- Module manager is always required, then every byte costs thousands of times
- The lightest is the simplest
Modularity
Sandjs is the core librairy and all the advanced features are available as plugins like :
- Asynchronous requires
- Dependency server
- Other modules formats
- Optimizer