Svelte - Reactive Statements
Jan 3, 2022 · 2 min read · The Reactive Statement is used when a variable depend on another value or when you want to trigger an action after one of these values changes. How The syntax is quite simple, you just need to put $sign into the script tag. The rest of this statement...
Iirlan commented

