Glossary coding Term Page

Reactivity

When a variable changes

reactivity #coding#svelte
Korean version

Related Concepts

Core Idea

Reactivity is When a variable changes, the UI redraws itself automatically so clicks show a result right away. It usually makes the most sense alongside Framework, Component, Props.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept