I created a pagination component inside my app:
const Paginate = ({ pages, page, keywordInput = \'\' }) => { return pages > 1 && ( &