Replies: 5 comments
-
This will play very nicely with the React Query Next.js integration! https://react-query.tanstack.com/guides/ssr#using-nextjs |
Beta Was this translation helpful? Give feedback.
-
This is made available as a standalone package at Here is the code repo: https://github.com/nextauthjs/react-query#readme |
Beta Was this translation helpful? Give feedback.
-
Have they changed the function return signature of useSession since this was written?
has anyone tweaked this useSession implementation? |
Beta Was this translation helpful? Give feedback.
-
I think this is it
This means i can use
|
Beta Was this translation helpful? Give feedback.
-
The only thing missing was the await on res.json()
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions