Glossary coding Term Page
Conditional rendering
Showing an element only when a state matches
Core Idea
Conditional rendering is Showing an element only when a state matches, implemented via {#if} blocks. It usually makes the most sense alongside List rendering, key, Empty state.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.