-
Atomic Component
Very small reusable component.
Definition only -
Callback
Function supplied to another component/function.
Definition only -
Child Component
Component nested inside another.
Definition only -
Component Contract
Expected inputs, outputs and behaviour.
Definition only -
Composite Component
Component composed of several components.
Definition only -
Compound Component
Related components designed to work together.
Definition only -
Container Component
Handles state/data/business logic.
Definition only -
Controlled Component
Parent controls component state.
Definition only -
Encapsulation
Keeping implementation details within a component.
Definition only -
Event Handler
Code responding to an event.
Definition only -
Layout Component
Controls structure/positioning.
Definition only -
Page Component
Represents an application page.
Definition only -
Parent Component
Component containing another component.
Definition only -
Presentational Component
Primarily responsible for rendering.
Definition only -
Props
Data/configuration passed to a component.
Definition only -
Reusability
Ability to use a component in multiple contexts.
Definition only -
Uncontrolled Component
Component manages its own state.
Definition only