Does anyone know if I can TanStack Query in app router with ssr?
Unanswered
Seppala Siberian Sleddog posted this in #help-forum
Seppala Siberian SleddogOP
I'm building an application and I want to use the TanStackQuery to simplify fetching data but I don't want to loose the ssr features like access to server API keys and so on, so is there a way where I can accomplish that?
3 Replies
you can seed initial data into a query
@Yi Lon Ma https://tanstack.com/query/v4/docs/framework/react/guides/ssr
Seppala Siberian SleddogOP
thank you, I'll look into it