Slide 6
Slide 6 text
Svelte Reactivity
snippet:
any JavaScript expression that Svelte reactively manages
and invokes when it's dependent state changes
SideBar (Terminology) …
1. code-snippet
found in tag, demarked with $: label
2. html-snippet
found in html markup, delineated with curly braces: {…}
… svelte refers to this as: “Reactive Statements”
… svelte refers to this as: “Interpolation”