Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 256 Bytes

Next.js + tRPC + FormData

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