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.
Nice. I'll have to poke through Nion's source a bit to see how it works.<p>FWIW, here's my lists of other existing similar libraries:<p><a href="https://github.com/markerikson/redux-ecosystem-links/blob/master/component-data-fetching-preloading.md" rel="nofollow">https://github.com/markerikson/redux-ecosystem-links/blob/ma...</a><p><a href="https://github.com/markerikson/redux-ecosystem-links/blob/master/entity-collection-management.md" rel="nofollow">https://github.com/markerikson/redux-ecosystem-links/blob/ma...</a>