<let> vs <const> vs static
<let>: mutable reactive state<const>: derived value, pure, recomputes with dependenciesstatic const: module-level constant, initialized once, not reactive
Contributors
Helpful? You can thank these awesome people! You can also edit this doc if you see any issues or want to improve it.