Extract Component props value to another component in Typescript
Introduction
Regularly, we create a lot of components for different uses. Imagine that you passed some values by prop drilling in a component & now you need to use the same values in another component, what you should do?
Prerequisites
Need to know ...
ashrafchowdury09.hashnode.dev2 min read