https://github.com/trpc/examples-next-formdata
https://github.com/trpc/examples-next-formdata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trpc/examples-next-formdata
- Owner: trpc
- Created: 2023-05-12T12:48:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T11:05:03.000Z (about 1 year ago)
- Last Synced: 2025-05-09T12:23:17.520Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + tRPC + `FormData`
This example showcases how to use tRPC with `FormData`.
## Setup
```bash
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
```