Composition in React
If you don't know what are higher-order components (HOC) or render props, or if you are confused about when you should use them, read on.
What is composition?
Composition in OOP is a way to achieve polymorphic behavior and code reuse. Classes can int...
dsimunovic.hashnode.dev7 min read