Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Add pagination on the New Members section #3

Closed
sparkplug0025 opened this issue Apr 13, 2021 · 2 comments
Closed

🎨 Add pagination on the New Members section #3

sparkplug0025 opened this issue Apr 13, 2021 · 2 comments
Assignees
Labels
frontend Frontend & UI Work

Comments

@sparkplug0025
Copy link
Collaborator

Right now we have a draft of the New Members section on the Community Members page - http://localhost:3000/members
image

We can either:
a. show the newest X members and add a Show All button which will redirect to a page like /members/newest and add a pagination there.
b. keep the newest members panel on the members page with an infinite right arrow button... (kind of a "related products" widget)

@sparkplug0025 sparkplug0025 added the frontend Frontend & UI Work label Apr 13, 2021
@brandonfancher brandonfancher changed the title Add pagination on the New Members section 🎨 Add pagination on the New Members section Apr 22, 2021
@brandonfancher
Copy link
Collaborator

@sparkplug0025 This also relates to #4. We should seriously consider introducing React Query at some point. Not only will it solve some of the flicker/state issues I reference in #67, it also provides pagination out of the box. And Next.js support. https://react-query.tanstack.com/guides/paginated-queries#_top

@brandonfancher
Copy link
Collaborator

I introduced React Query in #107. So it's there when we need it for pagination or infinite scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend & UI Work
Projects
None yet
Development

No branches or pull requests

2 participants