Glossary coding Term Page

Props

Values that a parent component passes to a child so the same component can render differen

props #coding#svelte
Korean version

Related Concepts

Core Idea

Props is Values that a parent component passes to a child so the same component can render different content. It usually makes the most sense alongside Framework, Reactivity, Component.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept