Y
Hacker News
new
|
ask
|
show
|
jobs
by
crooked-v
3160 days ago
Tree shaking should help... eventually.
1 comments
megaman22
3160 days ago
Next year, in Jerusalem
link
briantakita
3160 days ago
You can have tree-shaking right now, with rollup.js. You can also have purely transpiled isomorphic component library (no runtime download) running at near vanillajs speeds with svelte.js.
link