rtCamp / wp-decoupled

Next.js app with WPGraphQL and WordPress at the backend.
wp-decoupled-git-master.rtcamp.vercel.app
MIT License
267 stars 38 forks source link

Add Products page with pagination. #54

Open imranhsayed opened 3 years ago

imranhsayed commented 3 years ago

Add Products page with pagination. ( url: /products/ ). We need to discuss whether we would want to use JS solution for pagination or use https://github.com/valu-digital/wp-graphql-offset-pagination for pagination as we need this feature to work offline. We should be able to cache the page/1, page/2 etc.

delowardev commented 2 years ago

Hi @imranhsayed, any decisions/updates on the pagination part?