DEV Community

Discussion on: How to improve the build speed in React-Typescript, when using material ui

Collapse
 
matchojecky profile image
Mateusz • Edited

This applies not only to ts or even react but in general to js imports. First time you have imported and compiled whole icons pckg and second time only this two icons.

Collapse
 
janpauldahlke profile image
jan paul

Hi Mateusz,

thanks for clariyfying that this principle can be transfered to javascript. we should keep it in mind ;-)