Store subscription prefix confusion ($store vs store)
4/10 LowSvelte stores require a $ prefix to access reactive values; forgetting it reads a snapshot instead of live values, creating a subtle correctness bug that's easy to miss during development.
Collection History
Query: “What are the most common pain points with Svelte for developers in 2025?”4/5/2026
Forgetting $ prefix reads snapshot—use $store for live.
Created: 4/5/2026Updated: 4/5/2026