DEV Community

Discussion on: Svelte Reactivity Gotchas + Solutions (If you're using Svelte in production you should read this)

Collapse
 
vadirn profile image
Vadim K.

You could also use this: $: flag, reactiveCode(); (github.com/sveltejs/svelte/issues/...)

Collapse
 
isaachagoel profile image
Isaac Hagoel

Good to know. Will try it out