Calling same TRPC endpoint from multiple components
Hey!
I want to call the same trpc endpoint, with a refetch interval of 5 seconds, from multiple components.
How do i make it so each component doesn't send the same request? Can i make the use the same responses somehow?
Thanks in advance.
1 Reply
react query should dedupe all of them
so you should safely do that