HOCs
Term side of the Card
Topic: Basics
Unit title: HOCs
Categories: Concept
Explanation side of the Card
Explanation: The functions that take a component and return a new component with added features or behaviors. Useful for reusing logic across multiple components without directly modifying them.