Reactivity for Arrays & Objects in Vue vs. Svelte
· ☕ 3 min read
Coming from the Vue world, Reactivity in Svelte for anything more than simple strings feels.. a bit different.
Vue has made me lazy when handling reactive arrays or objects.
All I have to do with the older Object API is -
1 2 3 4 // nums: [1, 2] addToNum() { this.