CS-UCR/nexus

Implement Pagination for Event Posts

Closed this issue · 1 comments

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

We can close this issue because instead we will just remove all events that have ended via their endDate property referencing pr #90