Setting Default Values for Props
In React and Vue, components can declare default values for props so that the parent does not have to pass every prop explicitly. Understanding the exact rules prevents bugs where a parent unintentionally overrides a default.