<let> vs <const> vs static

TL;DR
  • <let>: mutable reactive state
  • <const>: derived value, pure, recomputes with dependencies
  • static 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.