Glossary coding Term Page
State
the data chunk currently filling the UI
Core Idea
State is the data chunk currently filling the UI, usually stored in arrays or objects. It usually makes the most sense alongside Render, Immutability, crypto.randomUUID.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.