Glossary coding Term Page

Conditional rendering

Showing an element only when a state matches

conditional-rendering #coding#svelte
Korean version

Related Concepts

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.

Posts Mentioning This Concept