Musab
CCConvex Community
•Created by Musab on 9/16/2023 in #show-and-tell
Room Generator
https://roomgenerator.vercel.app/
Creating your own unique rooms is a breeze – all it takes is a handful of straightforward steps.
3 replies
CCConvex Community
•Created by Musab on 9/14/2023 in #support-community
How to search in query?
Hello.
So, I have a search bar and some data populated from the database with
usePaginatedQuery()
and it works well. But I want to search in the query. I know I can just filter the array and update it in a state variable, but then I will not have paginated query.
Thanks13 replies
CCConvex Community
•Created by Musab on 9/8/2023 in #support-community
Using NextAuth with Convex
9 replies
CCConvex Community
•Created by Musab on 9/6/2023 in #support-community
How to build real-time collaborative app with Convex?
If I use normal mutation it will run the function every time which is not a best practice. I am trying to achieve something like web sockets.
5 replies