|
|
|
|
|
by notshift
1227 days ago
|
|
https://twitter.com/dan_abramov/status/1135424423668920326 Above thread summarizes the issue pretty well I think. Optimizing for DOM updates is nice, but you also want to optimize for bundle size and page load time, and at a certain app size the compiler output is always going to be bigger than just using a virtual DOM. |
|
That said, since it is redundancy, I wonder if Svelte bundles are more gzippable (or at least, could be made so).