April 2020
Intermediate to advanced
716 pages
18h 55m
English
Instead of loading all the code at once in one bundle, we can use the code splitting feature supported by webpack to lazy-load parts of the application code as currently needed by the user. After we modify the application code to introduce code-splitting, webpack can create multiple bundles rather than one large bundle. These bundles can be loaded dynamically at runtime, allowing us to improve the performance of the application.
There are several ways to introduce code splitting for the application code, but ...
Read now
Unlock full access