DEV Community

Cover image for Code splitting for web app optimization
Jentah Rehema
Jentah Rehema

Posted on

Code splitting for web app optimization

Happy to have learnt a new feature to optimize web apps by using code splitting on the pages to only load a page when it's needed thus speeding the perfomance.My demo URL https://kahve-coffee-react.vercel.app/ .

Top comments (0)