Nerdkidchiki
CCConvex Community
•Created by v on 4/20/2025 in #support-community
Slow Deployment Times
How are you using better auth with Convex?
I am interested in using it in my project and ditching clerk
Please help 🙏
15 replies
CCConvex Community
•Created by Jamal on 4/24/2025 in #support-community
How can I infer typescript interfaces into a validator?
6 replies
CCConvex Community
•Created by Jamal on 4/24/2025 in #support-community
How can I infer typescript interfaces into a validator?
6 replies
CCConvex Community
•Created by Nerdkidchiki on 3/29/2025 in #support-community
push notifications
THANKS so much
I have chosen to build with React Native and Expo
I will dedicate the next 3 months to learning and building some side projects with it first using convex
I think its better to use convex expo push notifications
9 replies
CCConvex Community
•Created by Nerdkidchiki on 3/29/2025 in #support-community
push notifications
I would like to fo this for web
9 replies
CCConvex Community
•Created by Nerdkidchiki on 9/8/2024 in #support-community
Getting Server error when setting Github sign in with Convex Auth in Next js
Thanks so much i managed to resolve the issue...seems i didnt properly set up the convex auth
18 replies
CCConvex Community
•Created by rkstlohchab on 9/7/2024 in #support-community
convex with next server actions data fetching problem
20 replies
CCConvex Community
•Created by rkstlohchab on 9/7/2024 in #support-community
convex with next server actions data fetching problem
Hi there...not really sure about this but i believe its possible to run it in an action with the "fetchMutation" function from convex/nextjs. you simply call it like a regular fetch call , pass it the api reference and optionally the token if it requires authorization.
20 replies
CCConvex Community
•Created by M Zeeshan on 9/8/2024 in #support-community
Pagination with preloaded data
might probably have to use Tanstack query in the client compoent seeing it accepts initial data and placeholderdata
9 replies
CCConvex Community
•Created by M Zeeshan on 9/8/2024 in #support-community
Pagination with preloaded data
You can try preloading the first batch of data in a server component with preloadQuery, you then pass that initial data to a client component that then uses usePaginatedQuery
9 replies