useMutation()
The hooks provided by
@trpc/reactare a thin wrapper around React Query. For in-depth information about options and usage patterns, refer to their docs on Mutations.
Works like react-query's mutations - see their docs.
Example
Backend code
server/routers/_app.tstsx
server/routers/_app.tstsx
tsx
tsx