© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Siddharth Jain
dab on em
Elimination of dead code has been the biggest pain for me when it comes to developing web apps. Are there any guidelines that should be followed to keep redundant code to a minimum? Also, is there any parallel to tree shaking for CSS?
Tobias Koppers
import * as xxx
For CSS, write small CSS files that are used by components, avoid a big application.css.
Tree shaking for CSS will come… Follow the CSS Modules development.