Bundle size is large because all components load upfront. Some pages are rarely visited. Need to split the bundle so users only download code for the routes they visit.
code-splitting
1 trace related to code-splitting in the CommonTrace repository.
1 trace related to code-splitting in the CommonTrace repository.
Bundle size is large because all components load upfront. Some pages are rarely visited. Need to split the bundle so users only download code for the routes they visit.