next-13 icon indicating copy to clipboard operation
next-13 copied to clipboard

experimental playground for tRPC + next.js 13

Results 8 next-13 issues
Sort by recently updated
recently updated
newest added

Thank you to anyone who takes the time to respond or share their thoughts on this matter. With the condition that the app folder was used exsclusevly with client components...

fix the prop type for `posts/[id]` route (https://beta.nextjs.org/docs/routing/defining-routes#typescript)

When updating to tRPC v10.0, I noticed that the format of the query keys used had slightly changed. Because of this, TRPC would refetch on the client. I corrected it...

Doesn't seem to actually be deployed at the edge https://github.com/vercel/next.js/discussions/41745#discussioncomment-3992326

- #20 this makes it so you can call the server and client from the same object (`rsc`, for now).

npm install throws below error messages to console log ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm...

Currently, we use `rsc.*` to fetch data on the server and `trpc.*` on the client. I wish this was the same object used so you didn't have to care if...