Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Breaking up to small components in different files? But then you need to import those. Or maybe import { Chip, Button} from 'material-ui'? Instead of separate imports. With tree shaking it shouldn't matter.
-
@mzeffect I did what you said and it looks better now thanks for pointing that out :)
-
@rephiscorth I'll double check it again, maybe I'd split its responsibilities thanks man :)
Related Rants
Am I doing something wrong here? Or those imports are so damn annoying?
Any solution for reducing those imports? especially that I am using them all and not have non-used imports
Just like Java, too much imports -.-
undefined
you are like java too much imports -.-
react
why