from Hacker News

Is Redux Dead?

by selbekk on 2/10/21, 6:16 PM with 1 comments

  • by mikewhy on 2/11/21, 8:50 PM

    I agree with a lot of this: hooks and context removed a lot of the need for Redux, but it still has its advantages.

    The only nit I have is when the author states "To me, cached data isn’t really global state - it’s just cached data", using a common "list view with an edit button". Having to refresh the table after an edit happens, even though you've already been handed the new values from the server, feels like a DX/UX regression for something that was pretty easy with Redux.