code-splitting.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [code-splitting]

www.codever.land/bookmarks/t/code-splitting

Route preloading strategies in Angular

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.


Reduce JavaScript payloads with code splitting

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 ...