You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example showcases how to use tRPC with FormData.
Setup
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-formdata trpc-formdata
cd trpc-formdata
npm i
npm run dev