A fancy term for a pretty simple concept. Essentially the same pattern as Controlled Components in React forms.
Props that control the internal state of the component, where the state is managed at a higher place. e.g. passing a value
and onChange
to a Checkbox
keeps the state at the component rendering the checkbox.
[[20220815020116-lifting-state-up]]
Related: