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.

Redux ARC – lib to handle async requests in redux apps

6 pointsby dacaldlalmost 8 years ago

1 comment

acemarkealmost 8 years ago
Nice. FWIW, there&#x27;s actually many existing libs like this out there. My Redux addons catalog has sections for &quot;Action&#x2F;Redux Generators&quot; [0] and &quot;Entity&#x2F;Collection Management&quot; [1], which both include a wide variety of utility libraries for abstracting out various aspects of fetching data and loading it into Redux. (I actually already had Redux-ARC listed in that first category.)<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;master&#x2F;action-reducer-generators.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;ma...</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;master&#x2F;entity-collection-management.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;ma...</a>