harpreetkhalsagtbit / country-state-city

Basic library for Country, State and City
country-state-city.vercel.app
GNU General Public License v3.0
277 stars 179 forks source link

Bundle Size #174

Open mohan2910 opened 7 months ago

mohan2910 commented 7 months ago

I have used the country-state-city npm package in ReactJS to make the country, state, and city dropdowns. But the bundle size is nearly 8.8 MB. How do I reduce the bundle size?

Srijan67 commented 5 months ago

The size of the package is actually on a very heavy end. I also faced the same issue. They really need to fix this. @mohan2910 As a workaround what you can do is if you are using react, make sure to load this in background so that when you come to this page it already gets cached. Obviously for that you need to implement lazy loading on the page where you are implementing the package.