Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.29 KB

code-splitting.md

File metadata and controls

19 lines (16 loc) · 1.29 KB

Bookmarks tagged [code-splitting]

https://web.dev/route-preloading-in-angular/

In this post, you'll learn how to speed up navigation when using route-level code splitting by taking advantage of JavaScript preloading in Angular.


https://web.dev/reduce-javascript-payloads-with-code-splitting/

Sending large JavaScript payloads impacts the speed of your site significantly. Instead of shipping all the JavaScript to your user as soon as the first page of your application is loaded, split your ...