4 ms·
What Svelte used to be pre version 5 I think? They now also have a runtime with hooks, etc
by fnimick 10d ago
What Svelte used to be pre version 5 I think? They now also have a runtime with hooks, etc
- written-beyond 10d agoSvelte did always have a runtime, they're still doing this from what I understand the major part of Svelte 5 was moving to signals.
- plutokras 10d agoI remember them advertising Svelte as the framework that disappears in build time.
- afavour 10d agoThe core selling point with Svelte (as I understood it anyway) was that it was a framework that compiles itself away, leaving you with a very small final JS bundle. The changes in 5 make some things more explicit/verbose but I think that core intent is still the same.