Do React Hooks Replace Redux? TL;DR: Hooks are Great, but No. by Eric Elliott JavaScript Scene
The thing that Redux gives me more is that if any specific key say, key4, is updated then helps me not to re-render entire app tree using connect function from react-redux. It was not designed to be the fastest nor cleanest way to develop since writing boilerplate code is always required to update the state. …