TanStackT
TanStack2y ago
2 replies
urgent-maroon

Serialize dates with SSR / react-query

Is there a nice/automatic way to serialize/deserialize dates in react-query when doing SSR hydration? (I'm using next.js).
useQuery
doesn't seem to have a deserialize fn - so whatever gets put in there will be wrong.

react-query in general doesn't seem well designed / thoughtful for SSR. Am I missing something?
Was this page helpful?