Context Free React Component

Requirement Generally, when we start creating react components that are dependent on some common props we try to share these props through the react context API. Another case is that if we want to prevent dipper props drilling then again we try to solve this issue with the help of React context API. But in… Continue reading Context Free React Component