1.0.0-beta.4 • Published 2 years ago

@thorgate/spa-pagination-reducer v1.0.0-beta.4

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

@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,
});