You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination in Javascript and React, with a custom usePagination() hook
To start working on this project simply run the following commands
git clone https://github.com/damiisdandy/use-pagination.git
//or with the Github CLI
gh repo clone damiisdandy/use-pagination
cd use-pagination
yarn
//or with npm
npm install