simonboisset / trpc-remix-call

Trpc adapter form Remix with api call and server side call
MIT License
10 stars 1 forks source link

Example with @tanstack/react-query #4

Closed bryanjtc closed 6 days ago

bryanjtc commented 1 week ago

Can you add an example with @tanstack/react-query? Include useQuery and useMutation hooks

simonboisset commented 1 week ago

Hi !

Yes sure. I can work on it. Which specific use case would you like to see in the example? This will help me provide the most relevant code for your needs.

bryanjtc commented 1 week ago

Use this as the use case. The example is based on react router, but it can be repurposed for remix and trpc.

https://tanstack.com/query/latest/docs/framework/react/examples/react-router

simonboisset commented 6 days ago

I added more trpc calls examples here #5