Angular Lazy Loading

Benefits of Lazy Loading

 

  • Keep the initial payload small
  • Smaller payloads leads to faster download speeds
  • Lower resource costs specially on mobile networks

What about the benefits for us (DEV's)?

 

  • Code splitting / Modularity
  • Isolated modules/features
  • Let us to organize an app into cohesive blocks of functionality.

So... how it works?

Let's see some code

Resources

What's next?

Let's figure out how we can do this in a Meteor-React Way!

You'll find a clue below