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.

Show HN: Nion, declarative API data management library built on Redux

28 pointsby meagheralmost 7 years ago

3 comments

duncan-donutsalmost 7 years ago
I’m confused about the structure that is returned in the example. The `currentUser` has data, actions, and response properties. How would you know the shape of the values? Does nion have a concept of serializing the responses? One thing I like about all of the boilerplate with redux is that it allows you to manage the shape of all data within its life cycles. I’m just missing how I could do that with this.
评论 #17860705 未加载
acemarkealmost 7 years ago
Nice. I&#x27;ll have to poke through Nion&#x27;s source a bit to see how it works.<p>FWIW, here&#x27;s my lists of other existing similar libraries:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;master&#x2F;component-data-fetching-preloading.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;redux-ecosystem-links&#x2F;blob&#x2F;ma...</a><p><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>
scottmfalmost 7 years ago
I&#x27;ve been waiting for something like Apollo for Rest APIs. Looks interesting!