GuthrieW / shl-trading-cards

The repository for the Simulation Hockey League's trading card platform. Built with Next.js, TypeScript and Tailwindcss.
https://cards.simulationhockey.com
MIT License
2 stars 2 forks source link

Add pagination to card search results #115

Closed GuthrieW closed 1 year ago

GuthrieW commented 1 year ago

Right now card search results all show on the page at the same time making the page huge and take a while to load. We should add pagination to the query to reduce network traffic and machine load.