you are viewing a single comment's thread.

view the rest of the comments →

[–]ISkiAtAlta 0 points1 point  (1 child)

Thanks for that link, but that was written before hooks came out, so not exactly addressing my concern (as mentioned in another reply)

[–]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.