TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is Redux Dead?

5 pointsby selbekkover 4 years ago

1 comment

mikewhyover 4 years ago
I agree with a lot of this: hooks and context removed a lot of the need for Redux, but it still has its advantages.<p>The only nit I have is when the author states &quot;To me, cached data isn’t really global state - it’s just cached data&quot;, using a common &quot;list view with an edit button&quot;. Having to refresh the table after an edit happens, even though you&#x27;ve already been handed the new values from the server, feels like a DX&#x2F;UX regression for something that was pretty easy with Redux.