Components Props & Children Undirectional data flow Back to Basics No Fuss Composition Higher-order-Component Function-as-Child / Render Prop Implicit-Child-Control / Child Mapping Component Injection Element Injection Patterns Exercise
just functions! • Output is less obvious than other patterns. • Easily overdone - too many small pieces. • Merging props can be a problem. • If HoC output props dont match desired expected input, mapping is cumbersome. Pros & Cons