Glossary coding Term Page

writable/readable

Helper functions that create stores

writable-readable #coding#svelte
Korean version

Related Concepts

Core Idea

writable/readable is Helper functions that create stores; the former can be read and written, while the latter exposes a read-only value. It usually makes the most sense alongside Store, Subscription.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept