Optimize your React App with Code Splitting π₯π₯
The Problem - π¦₯
Huge Bundle Size
Production Grade React Applications are huge which means a Hell lot of code including tons of pages, components, and third-party libraries which is very painful for browsers to load all at once.
*Bundle - Bundling ...
tushartiwari.hashnode.dev3 min read