GRIMMGENG
Convex Community4d ago
3 replies
GRIMMGEN

Hey guys! I'm having a hard time trying

Hey guys! I'm having a hard time trying to design a feature with convex. In my app Users can follow other users, and view each other's following list, standard social media behaviour. The issue is that my PM wants the list to show users that both the target user, and the user making the request, follow, like instagram, but the list also has to be paginated. We wouldn't want to call thousands of rows for nothing everything the screen is rendered. Not being able to sort a list by a derived state like
userBothFollow: true
is quite the bummer.
Was this page helpful?