besimking
besimking
CCConvex Community
Created by besimking on 12/28/2024 in #support-community
Generic Query and Mutations
My issue is this: I repeat same or quite close things a lot eg.
import { useQuery } from 'convex/react';
import { api } from '../../../../convex/_generated/api';

export const useGetExamples = () => {
const data = useQuery(api.example.getExamples);
const isLoading = data === undefined;

return { data, isLoading };
};
import { useQuery } from 'convex/react';
import { api } from '../../../../convex/_generated/api';

export const useGetExamples = () => {
const data = useQuery(api.example.getExamples);
const isLoading = data === undefined;

return { data, isLoading };
};
8 replies
CCConvex Community
Created by besimking on 12/4/2024 in #support-community
Cron Jobs, Actions, Internal Mutation
I am trying to call gemini api from my backend and I want to record response to the db. After that I want to make a cron job to call this action. I also want world peace.
28 replies
CCConvex Community
Created by besimking on 11/27/2024 in #support-community
Lemon Squeezy
Does anyone know how to integrate Lemon Squeezy with Convex?
11 replies
CCConvex Community
Created by besimking on 11/22/2024 in #support-community
Contribution
I want to learn how to contribute to convex. Is there any way for onboarding? Can anyone help me?
7 replies
CCConvex Community
Created by besimking on 10/3/2024 in #support-community
Is convex api encrypted?
Is convex api encrypted? I mean are all of our http requests beeing sent encrypted to db?
4 replies