Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliusmarminge/trpc-tools
https://github.com/juliusmarminge/trpc-tools
forms react trpc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliusmarminge/trpc-tools
- Owner: juliusmarminge
- License: mit
- Created: 2022-09-23T14:19:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:38:58.000Z (about 1 year ago)
- Last Synced: 2024-11-02T02:42:12.109Z (3 months ago)
- Topics: forms, react, trpc
- Language: TypeScript
- Homepage: https://trpc-form.vercel.app
- Size: 370 KB
- Stars: 50
- 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.