React Developer — Medium
Key points
- Code splitting reduces initial load times by loading code only when required
- React.lazy() and dynamic import() are commonly used for code splitting
- It helps optimize performance by reducing the amount of code loaded upfront
Ready to go further?
Related questions
