https://github.com/noxify/next-tanstack-form
https://github.com/noxify/next-tanstack-form
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxify/next-tanstack-form
- Owner: noxify
- Created: 2025-04-02T13:24:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T21:49:12.000Z (about 1 year ago)
- Last Synced: 2025-09-30T15:02:52.674Z (9 months ago)
- Language: TypeScript
- Homepage: https://next-tanstack-form.vercel.app
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
git clone git@github.com:noxify/next-tanstack-form.git
cd next-tanstack-form
pnpm i
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Components
- NextJS 15
- Tailwind V4
- shadcn@canary to get their react19 & tw4 compatible components
- shadcn form components ( input, select, etc. )
- tanstack/form compatible Form component powered by https://github.com/FatahChan/shadcn-tanstack-form
- input field with icon support powered by https://github.com/markjaniczak / https://github.com/shadcn-ui/ui/discussions/1552#discussioncomment-12584660
## Known errors
1. When using the `FieldStateIndicator` component together with an `onSubmitAsync` validation on form level, the indicators shows an success ( based on the field validation ) until the form validation triggers the error state.
- maybe this isn't an issue at all, but have seen it and want to make it transparent ✌️