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.
- :calendar: published on: 2019-07-09
- tags: angular, performance, code-splitting
- :octocat: source code
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 ...
- :calendar: published on: 2018-11-05
- tags: javascript, code-splitting