Performance Optimization using Code Splitting in React
Let's Understand First What is Code Splitting and why we need it? Most of the and many javascript frameworks supports and bundlers like (webpack, rollup, parcel) which bundle up all code and merge it into one file. This makes the process easy to add ...
Sep 24, 20223 min read105
