Hacker News new | ask | show | jobs
by chowes 3524 days ago
When working with a large (read: quantity of models) REST API, is there a parallel Redux pattern to Ember's ember-data?
2 comments

I think I understand what you mean... but basically your data with get put in a store and you access it in your component. Its similar to ember-data its just doing less behind the scenes. For example you do an action, fetch, then reduce, then store your data in immutable objects. In ember this is all done for you so its more code.
Can you clarify the question and your use case?