Jan Henning
Jan Henning
Explore posts from servers
TtRPC
Created by Jan Henning on 10/28/2023 in #❓-help
`refetchOnWindowFocus` with RSC?
Hi. Is there any way to have refetchOnWindowFocus work with server components? Seems like it only available for client side. Perhaps I can use revalidatePath() to handle this? Not 100% sure what the best/optimal solution is.
"next": "^13.5.6",
"@trpc/client": "^10.41.0",
"@trpc/next": "^10.41.0",
"@trpc/react-query": "^10.41.0",
"@trpc/server": "^10.41.0"
"next": "^13.5.6",
"@trpc/client": "^10.41.0",
"@trpc/next": "^10.41.0",
"@trpc/react-query": "^10.41.0",
"@trpc/server": "^10.41.0"
4 replies