Question 5 of 10Pro Only
Explain the different code splitting strategies and how you implement them to optimize application loading.
Sample answer preview
Code splitting divides your bundle into multiple pieces, called chunks, that are loaded on demand. This reduces initial load time by only loading the code that is needed. Types of code splitting. Entry point splitting.
code splittingdynamic importReact.lazySuspensesplitChunksprefetch