Kamil
Explore posts from serversCDCloudflare Developers
•Created by Kamil on 2/11/2025 in #workers-help
Is it possible to be logged in on two Cloudflare account at the same time?
I use Cloudflare at work and for personal projects.
Is it possible to easily switch between two accounts in
wrangler
- without re-login?2 replies
CDCloudflare Developers
•Created by Kamil on 2/3/2025 in #general-help
Paid workers plan issue
I have problems with accessing Paid workers plan.
I subscribed the plan, my (Revolut) card got charged but I can't access paid features. I have it listed in my billing.
I opened an issue in support center. There is also general issue open without any updates since October '24
2 replies
What is the substitution for queryKey in useQuery?
In vanilla @tanstack/react-query, queryKey works as dependencies referrence so the query refetches automatically as it changes. Just like useEffect's dependency array.
It's not present in tRPC flavoured useQuery, looks like it is handled automatically.
So what to do instead? How to attach such dependencies to query?
3 replies