Component Composition in React. Short read
In React, we can use props in a deeply nested component without passing them through its ancestors by utilizing Component Composition.
It is the concept that enables us to use component libraries like Material UI, Chakra UI, and React Bootstrap to co...
jeffreyon.hashnode.dev2 min read