Honest feedback about this after migrating everything in SC
Pros:
- Same mental model as in the script tag
- Same syntax as in the script tag
- Native syntax
Cons:
- More verbose (with deriveds), especially for simple things like `{let Component = $derived(icon)}
- But the worst part for me is...
Antoine
@const is dead, long live const!
Svelte 5.56 allows for raw let/const ANYWHERE in the markup within {} brackets, deprecating {@const}
This is huge!
svelte-changelog.dev/pull/sveltej...