Glossary coding Term Page
Props
Values that a parent component passes to a child so the same component can render differen
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.