nextjs-native-starter icon indicating copy to clipboard operation
nextjs-native-starter copied to clipboard

Adding TRPC

Open OliverGeneser opened this issue 2 years ago • 5 comments

I'm working on implementing TRPC into the project, is it in the scope of the project? If so I will create a PR when I'm done :slightly_smiling_face:

OliverGeneser avatar Dec 02 '23 21:12 OliverGeneser

Hey Oliver! Yes it is, but I think it should be another repo because this one should be less opinionated and really serve as an example. We can make Next Native TRPC together, I can also work on it if necessary.

RobSchilderr avatar Dec 02 '23 22:12 RobSchilderr

I agree lets keep this repo clean and create a new one. Lets work together 👍

OliverGeneser avatar Dec 02 '23 22:12 OliverGeneser

I agree lets keep this repo clean and create a new one. Lets work together 👍

I'll aim for making the repo tomorrow

RobSchilderr avatar Dec 02 '23 23:12 RobSchilderr

@OliverGeneser the Next.tjs Native TRPC repository has been made! Looking forward to your contributions. You can check this PR as an example on how to work with Supertokens and TRPC.

RobSchilderr avatar Dec 03 '23 10:12 RobSchilderr

@RobSchilderr I have totally missed the notification... I'm a little busy this weekend but I will try to move my changes into the new repo in the next week or so. If you want you can look at my changes in nextjs-native-starter-geneser/tree/trpc, the only thing I'm missing, is getting the Supertokens session in the TRPC API

OliverGeneser avatar Dec 14 '23 17:12 OliverGeneser