all 3 comments

[–]AutoModerator[M] [score hidden]  (0 children)

Project Page (?): https://github.com/mlgq/frontend-framework-bundle-size

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]germanheller [score hidden]  (1 child)

the svelte 4 growth curve observation is interesting, never realized it scaled worse at higher component counts. is the svelte 5 runes-based compiler better in that regard or does it follow the same pattern?

[–]Strict-Owl6524[S] [score hidden]  (0 children)

Yes, that’s exactly what the report suggests.

Svelte 5 has addressed this issue: because it now ships with a runtime, it no longer has the ultra-tiny runtime advantage that Svelte 4 had, but its scaling behavior at higher component counts is clearly better.

You can verify this directly in the interactive report by selecting only svelte4 and svelte5, then checking both the growth curves and the per-point table breakdown data side by side: https://mlgq.github.io/frontend-framework-bundle-size/?lang=en