I\'m using ant design library for my react application.
And I\'ve faced with huge imports, that hurts my bundle (currently 1.1 mb in minified version because of ant-
Try using code splitting using webpack and react router. It will help you to load the modules asynchronously. This is the only solution helped me to improve the page load time when using ant framework.