@thorgate/spa-pagination-reducer
v1.0.0-beta.4
Published
> Pagination helper for storing queries to fetch next batch of results.
Downloads
13
Readme
@thorgate/spa-pagination-reducer
Pagination helper for storing queries to fetch next batch of results.
Basic Usage
import { paginationReducer } from '@thorgate/spa-pagination-reducer';
// Your main reducer
const reducer = combineReducers({
pagination: paginationReducer,
});