All Questions
2 questions
1
vote
1
answer
215
views
OrderedMap or List for Redux structure?
I'm implementing a Redux store for a React app using redux-saga for API calls. I've used Immutable.js before for other Redux-using React apps but the nature of previous projects always evidently ...
2
votes
1
answer
642
views
Should all the rendered data be stored in redux store?
Assume your app doesn't need to work offline. Also assume that you want to render some fresh data from server -> Redux store for that data is invalidated every time it's rendered.
Does it make sense ...