An open API service indexing awesome lists of open source software.

https://github.com/trpc/examples-next-formdata


https://github.com/trpc/examples-next-formdata

Last synced: about 1 year ago
JSON representation

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
```