Lazy loading is a way by which we can load content only when they are needed. This is achieved by code-splitting, where we split our app into multiple chunks. The idea here is to serve the user with only the content they can view, and serve the other contents as and when the user visits them.
Table of contents
Lazy LoadingRoute based code-splittingComponent based code-splittingDynamic ImportsIntersection ObserverConclusion1 Comment
Sort: