Implement Pagination for Event Posts
Closed this issue · 1 comments
rajbirjohar commented
Issue
We can't spawn all posts from all orgs at the same time. That will greatly increase load times. Instead, we load a subset or a page of a certain number of posts which we can then dynamically fetch when the user wants to.
Potential Solution
useSWRInfinite
rajbirjohar commented
We can close this issue because instead we will just remove all events that have ended via their endDate property referencing pr #90