https://github.com/juliusmarminge/trpc-tools
https://github.com/juliusmarminge/trpc-tools
forms react trpc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliusmarminge/trpc-tools
- Owner: juliusmarminge
- License: mit
- Created: 2022-09-23T14:19:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:38:58.000Z (over 2 years ago)
- Last Synced: 2025-09-08T05:55:58.299Z (10 months ago)
- Topics: forms, react, trpc
- Language: TypeScript
- Homepage: https://trpc-form.vercel.app
- Size: 370 KB
- Stars: 48
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trpc-tools
## Playground for different tooling ideas around tRPC
### `trpc-forms`
A form library tightly coupled with your tRPC mutations.
See [README.md](./packages/form/README.md) for more info, or play around with [an example](https://codesandbox.io/s/github/juliusmarminge/trpc-tools/tree/main/examples/form).
### `trpc-rate-limit`
> **Warning**
> Discontinued. See [OrJDev/trpc-limiter](https://github.com/OrJDev/trpc-limiter) instead.
A package to introduce rate limiting to your tRPC server.
See [README.md](./packages/trpc-rate-limit/README.md) for more info.
### `examples/**`
A bunch of example apps using the different packages in this repo.