Glossary coding Term Page

Store

A Svelte object that holds a value and lets components subscribe to it so they can share s

store #coding#svelte
Korean version

Aliases

derived

Related Concepts

Core Idea

Store is A Svelte object that holds a value and lets components subscribe to it so they can share state without passing props through every layer. It usually makes the most sense alongside Subscription, writable/readable.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept