wyligaW
Convex Community3y ago
13 replies
wyliga

Hey I m a long time Firebase dev I ve

Hey, I'm a long time Firebase dev. I've been bouncing around other "Realtime" databases this year trying out Supabase and Pocketbase. Today I found Convex and it really intrigues me.

1) Does a query function that returns cached value count as a function call (for billing purposes)?
2) Is there any local caching? Currently I'm storing all state data in one parent ContextProvider. Descendant components access data using useContext() hooks. Is this the recommended strategy for Convex or does local caching mean each child component uses useQuery() directly?
Was this page helpful?