Compound Pattern
Create multiple components that work together to perform a single task
Create multiple components that work together to perform a single task
Pass reusable logic down as props to components throughout your application
1. IIFE (Immediately Invoked Function Expression)
1. Overview