Comment by EdgeNRoots
6 days ago
88% reduction is wild. Did most of that come from eliminating dependencies or rewriting core components from scratch?
6 days ago
88% reduction is wild. Did most of that come from eliminating dependencies or rewriting core components from scratch?
Opening the article and reading beyond the title would answer that question.
Full rewrite and an intentional architecture to allow for composability and tree shaking, meaning the player bundle only ever includes the features you're using.