Reactive Values
Svelte’s reactivity is triggered by assignments, using array methods like push
and splice
won’t automatically cause updates.
Nov 05, 20231 min read
Svelte’s reactivity is triggered by assignments, using array methods like push
and splice
won’t automatically cause updates.