DEV Community

Discussion on: Speed up your React developer workflow with code generators

Collapse
 
clarity89 profile image
Alex K.

Thanks for the comment. made me revisit the topic of tree shaking in JS. :)

I don't think we're "throwing out the idea of tree shaking out the window" here, since we don't import everything but only what's needed. E.g. import {ComponentName} from './ComponentFolder'.