I\'ve been searching for a while about React\'s hooks now, and one question became persistent in my head. Will hooks overthrown redux? This is a fairly old discussion so fir
More than a year has passed since this question was posted.
I want to add that in my opinion Redux has lost some relevance...
2 players in my opinion have stolen a big share of Redux's position in the React market:
People have learned how to combine useReducer with useContext to implement a much simpler solution and without third party dependencies. With the advantage that the React team is behind it; which means we will get constant improvements tightly integrated with the React framework.
MobX has been growing it's user base. Mainly because it provides an observer pattern which requires much less boiler plate code than Redux. (This could be debated).
So even though Redux remains widely used for React projects I foresee this will be gradually reduced overtime... - no pun intended... well may be a little bit ;) -
Specially for green field development!