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.

Do React Hooks Replace Redux? TL;DR: Hooks Are Great, but No

6 pointsby ericelliottalmost 6 years ago

1 comment

acemarkealmost 6 years ago
I frequently disagree with Eric Elliott&#x27;s opinions (like claiming that TypeScript is useless, or that everyone should learn &quot;concatenative inheritance&quot;). That said, this article basically matches how I would describe the situation: hooks like `useContext` and `useReducer` overlap with some of the ways you&#x27;d use Redux, but overall are a different tool for different use cases. Both have their place, and there&#x27;s still lots of reasons to use Redux.<p>I&#x27;ve tackled this topic in a few places:<p>- Reactathon 2019 Keynote: The State of Redux (<a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2019&#x2F;03&#x2F;presentation-state-of-redux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2019&#x2F;03&#x2F;presentation-state...</a>)<p>- Redux - Not Dead Yet! (<a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2018&#x2F;03&#x2F;redux-not-dead-yet&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2018&#x2F;03&#x2F;redux-not-dead-yet...</a>)<p>- Thoughts on React Hooks, Redux, and Separation of Concerns (<a href="https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2019&#x2F;07&#x2F;blogged-answers-thoughts-on-hooks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;2019&#x2F;07&#x2F;blogged-answers-th...</a>)
评论 #20545445 未加载