2 react renders causing 4 trpc query executes
I see that my nextjs page is rendering twice on initial load. This is causing 4 executes of my query procedure / API call. Is there any way to dedupe these calls? I would expect there to be some caching, or no callout if the initial one was loading.
code:
console:
1 Reply
bumping this