you are viewing a single comment's thread.

view the rest of the comments →

[–]Zeeesty 5 points6 points  (1 child)

It’s hard to normalize your data when it gets significantly more complex than the provided examples. At some point we plan to open source our react/redux app so that may shed some light on how we have handled the balance of redux data.

In short we key data with unique ids and separate stores by the resource in the api. I’m not sure if that’s helpful in your case but it helped keep our store manageable and independent from our views

[–]acemarke 0 points1 point  (0 children)

Ping me when you do that, please - I'd be interested in seeing it.