TanStackT
TanStack5mo ago
7 replies
moderate-tomato

Server side query caching with TanStack Start and Query

Is it possible to cache an api call on the server side using TanStack Query and Start?

Example: my API provide an endpoint that returns a list of states given a country code. This list will not change during the application lifecycle, and don't have any problem if shared by all users.
Was this page helpful?