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 ...
mehul7.hashnode.dev3 min read
Saroj Regmi
Consistency is the key to success.
Good article, I learnt something new today. Thanks to the article, I will be using it for sure.