0 votes
in JavaScript by
What are the advantages of module loaders?

1 Answer

0 votes
by

The module loaders provides the below features,

  1. Dynamic loading
  2. State isolation
  3. Global namespace isolation
  4. Compilation hooks
  5. Nested virtualization
...