mathbong
Home
∑ School Math∑ Advanced Math
[] CodingAI Vibe</> Utils⎈ Infra
◎ My Project
Terms Tools About
KO
Glossary coding Term Page

key

The identifier in `{#each item as thing (thing

key #coding#svelte
Korean version

Related Concepts

Conditional renderingList renderingEmpty state

Core Idea

key is The identifier in {#each item as thing (thing.id)} that keeps updates stable when order changes. It usually makes the most sense alongside Conditional rendering, List rendering, Empty state.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept

[Python 시리즈 13편] 컴프리헨션으로 데이터 다루기 리스트·딕셔너리·집합 컴프리헨션을 통해 반복 로직을 간결하게 표현하는 법과 주의점을 정리한다.[Python Series 13] Work With Data Using Comprehensions Use list, dict, and set comprehensions to express loops succinctly and understand when traditional loops might be more appropriate for readability or complexity.[Svelte 시리즈 4편] `{#if}`와 `{#each}`로 화면을 조립해 보자 조건부 렌더링과 리스트 렌더링을 활용해 데이터 상태에 맞춘 화면을 구성하는 방법을 실용 예제와 함께 정리합니다.

© 2026 mathbong. All rights reserved.

RSS