Problems: Generally when we start creating components in react js which are more likely a container component and that has little or more logic. We generally use many states, effects, and other logics in these containers. But after certain implementation, we come to know that there is some common requirement that we need to extract… Continue reading Logic Agnostic to Composable Component