Why is Sand.js lightweight ? - piercus/sandjs GitHub Wiki

Why

  1. Module manager is always required, then every byte costs thousands of times
  2. 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