-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could this work with Next.js? #9
Comments
Thanks for asking. |
I am also confused as we are already using createTRPCNext which is needed for next.js then how to interop with createTRPCJotai |
I think, usage-wise, createTRPCNext and createTRPCJotai are conflicting. Just like createTRPCReact and createTRPCNext conflict. |
It works if you don't fetch data on the server, otherwise I couldn't get it to work. |
It's work fine, use it in Next 13.4.4 |
Were you able to use it with async data? |
Any details or examples on how to get this working? |
I dug into this and tried to figure out how to make it work with next.js and app routing. Here's a gist with the client I'm using: |
Using the t3 stack and this could be a real help.
But i'm not sure if this could work with TRPC + Next.js
here we define the trpc client
Just wondering if you think these two could work together?
The text was updated successfully, but these errors were encountered: