inakianduaga / react-redux-typescript

Boilerplate for experimenting w/ React JS & Redux using typescript
MIT License
3 stars 0 forks source link

Paginated orders: Move away from the state #3

Open inakianduaga opened 9 years ago

inakianduaga commented 9 years ago

OrdersPaginated is derived data and shouldn't belong in the state, it can be calculated from the orders & pagination options dynamically