|
|
|
|
|
by hbrn
1232 days ago
|
|
It is true that Svelte and React bundles will grow at different speeds as the app grows. Redundancy gets compressed in React library, but it just stays there in Svelte. That said, since it is redundancy, I wonder if Svelte bundles are more gzippable (or at least, could be made so). |
|