How to reduce your bundle size in React
Have you ever checked your build size and asked yourself why the file size is so large?
One of the reasons for the slow loading of applications is the large build chunk size that browser has to fetch for the first time to load the application. If y...
vishalyadav.hashnode.dev2 min read
BHAVIK JAIN
Great article!!