This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Description
- Why do we need compound components in React?
- To me it seems little complex and not the first thought that will come to mind when you start dividing your project into
components. How do you decide whether to go with this approach?
- What is the disadvantage or performance issue if I got with simpler or common approach having dom nodes and sending them props?