Glossary coding Term Page
Two-way binding
A structure where input values and state mirror each other
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.