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