DEV Community

Discussion on: React: Creating a Custom Hook for Pagination

Collapse
 
admantium profile image
Sebastian

Hi Jax, I'm using it for the board game search component and user timeline entries. When searching for a board game, some queries return more than 30 games. With the pagination hook, I neatly divide them into buckets of 10 game to show in a table.

Collapse
 
nodefiend profile image
chowderhead

a code implementation of how you use it would be helpful :D

Thread Thread
 
macoacero profile image
Maco Acero