Understanding the Container Component Pattern with React Hooks
by author Tapas Adhikary
The modern web development era offers a plethora of libraries and frameworks. These libraries and frameworks aim to help in rapid application development, better managing source code, speed and performance of the app, and man...
openreplay.hashnode.dev11 min read
Daniel Hidalgo
It's fine to use this pattern, but maybe it would be better to use custom hooks. In this way we would not have to create two components, a hook has the same life cycle of a component but without rendering.