@thorgate/spa-pagination-reducer

Pagination helper for storing queries to fetch next batch of results.

Usage no npm install needed!

<script type="module">
  import thorgateSpaPaginationReducer from 'https://cdn.skypack.dev/@thorgate/spa-pagination-reducer';
</script>

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