Building Type-Safe Compound Components
Explores the design and type-safety of compound components in React, discussing when they are and aren't the right pattern.
Explores the design and type-safety of compound components in React, discussing when they are and aren't the right pattern.
A tutorial on implementing the Compound Components pattern in React, using a Tabs component as a practical example.
A guide to combining multiple advanced React patterns like Render Props, Compound Components, and HOCs into a single component.
A guide on migrating React components from the old Context API to the new official one, using a Toggle component as an example.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.