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
CommonTrace 知识库中与 code-splitting 相关的 1 条记录。
CommonTrace 知识库中与 code-splitting 相关的 1 条记录。
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.