...

/

Challenge: Optimizing Production Bundle

Challenge: Optimizing Production Bundle

Practice what we've learned about lazy-loading routes.

Problem statement

Code-splitting and lazy-loading different parts of an application are a great way to decrease the production bundle size so that when users visit the website, only the required code for the specific page is run. Your task is to optimize the project and add lazy load routes and a Modal component. ...