Request and update as the server comes along
["USD", "EUR", "BRL"] etc, that has a dynamic size. My problem is that the API only allows for 5 calls per minute, so I need a 20s interval just to be safe.
Now, requesting every 20s is easy, but I can't wrap my head around how to have a React Query set up so I read from this array of currencies, and return one by one so I can render it in real time on the client. And then restart the cycle.
I've thought of many workarounds, but nothing that seems like a perfect solution. Does anyone have any idea on how I could do this?...Can't resolve 'fs' but in an API route???
React Query cache is not working?

using zact with react-hook-form issues error
- error ReferenceError: Cannot access 'callMyServerAction' before initialization. This only seems to happen once I introduce react-hook-form and validate on the front end as well:
```
// actions.ts
export const addDynamoDBConnection =
zact(...What's the reason for having the prisma singleton in the context?
We include the Prisma Client in Context by default and recommend using this instead of importing it separately in each file.On the app I'm currently working on I'm implementing a repository pattern so I'm only actually using the prisma object in a handful of repository files. To me this feels like the most sane way of handling database connections that's why I'm wondering why it is included in the context. I'm sure there are good reasons...
Sizes prop in the <Image/> component
<Image
src="/example.png"
fill
sizes="100vw"
/>
<Image
src="/example.png"
fill
sizes="100vw"
/>
Preact Error on next 12
How to add Many to Many relation fields in `z.object` and how to write procedure for it ?
NextJS app router trips/[id]/page.tsx
Good Select component/library for large lists?
UploadThing Pricing
httpBatchStreamLink example with T3
import { httpBatchStreamLink } from '@trpc/client' I get : "@trpc/client" has no exported member named. Maybe anyone there already played with it?Uploadthing: do not upload immediately
Do I have the right idea?
Paypal webhooks with NEXT's edge runtime
webhook_event which is necessary for this: https://developer.paypal.com/docs/api/webhooks/v1/#verify-webhook-signature_post )
any ideas why i can't get the body at all when using edge?...How do I stop a trpc query from running when a parameter is null?
Should I use setState inside useEffect with React Query (or TRPC)?
any typescript genius can help with writing a wrapper function for a SvelteKit loader ?
Archiving on serverless functions
Admin dashboard