📄️ Higher Order Components
Higher Order Components (HOCs) is an advanced technique in React for reusing component logic. They are not part of the React API, but rather a pattern that emerges from React’s compositional nature.
📄️ Render Props
Introduction
📄️ Compound Components
Introduction