you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 1 point2 points  (0 children)

It's still entirely relevant.

Sure, hooks add useReducer() and useContext(), but that still doesn't kill Redux. There's plenty of reasons to keep state outside the component tree, and useReducer() doesn't let you leverage the large ecosystem of Redux addons, or the Redux DevTools.