Deep reactivity in Svelte
What is "deep reactivity"? you ask
From the Vue.js documentation:
In Vue, state is deeply reactive by default. This means you can expect changes to be detected even when you mutate nested objects or arrays
In Vue.js, when using the data option or t...
jesperhoy.hashnode.dev3 min read