Glossary coding Term Page

Two-way binding

A structure where input values and state mirror each other

two-way-binding #coding#svelte
Korean version

Related Concepts

Core Idea

Two-way binding is A structure where input values and state mirror each other, removing the need for separate handlers. It usually makes the most sense alongside bind:, Form state object, localStorage.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept