DEV Community

Discussion on: Trim the fat: tips for keeping bundle size small 🏋️

Collapse
 
nsijwali profile image
Nitin Sijwali

And of-course code splitting should be used where ever possible. Using const for objects and cleanup function to unmount any event listener used.