How can I add React to SST's TRPC example?
SST recently release an example on how to deploy TRCP to AWS, it's pretty cool!
but I'm wondering how can I add react to it's client so I have both worlds:
Repo: https://github.com/sst/ion/blob/dev/examples/aws-trpc/client.ts
Docs: https://ion.sst.dev/docs/start/aws/trpc/
GitHub
ion/examples/aws-trpc/client.ts at dev · sst/ion
❍ — a new engine for SST. Contribute to sst/ion development by creating an account on GitHub.
Solution:Jump to solution
who would've guessed that I could built it just reading the docs:
https://github.com/gnllucena/trpc-sst...
GitHub
GitHub - gnllucena/trpc-sst
Contribute to gnllucena/trpc-sst development by creating an account on GitHub.
1 Reply
Solution
who would've guessed that I could built it just reading the docs:
https://github.com/gnllucena/trpc-sst
GitHub
GitHub - gnllucena/trpc-sst
Contribute to gnllucena/trpc-sst development by creating an account on GitHub.