Glossary coding Term Page
List rendering
Repeating cards or items by looping over an array via `{#each}`
Core Idea
List rendering is Repeating cards or items by looping over an array via {#each}. It usually makes the most sense alongside Conditional rendering, key, Empty state.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.