Skip to content

Commit b6ba47f

Browse files
committed
feat(web): add TanStack devtools and form context setup
- Add @tanstack/react-devtools, react-query-devtools, react-form-devtools - Create TanStackDevTools component with conditional loading via NEXT_PUBLIC_ENABLE_DEVTOOLS - Add form-context.ts with useAppForm and withForm hooks template
1 parent ee997b3 commit b6ba47f

5 files changed

Lines changed: 442 additions & 3 deletions

File tree

apps/web/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
"next": "^16.1.1",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",
23-
"@tanstack/react-query": "^5.90.16",
23+
"@tanstack/react-devtools": "^0.9.1",
2424
"@tanstack/react-form": "^1.27.7",
25+
"@tanstack/react-form-devtools": "^0.2.11",
26+
"@tanstack/react-query": "^5.90.16",
27+
"@tanstack/react-query-devtools": "^5.91.2",
2528
"jotai": "^2.16.1",
2629
"jotai-location": "^0.6.2",
2730
"zod": "^4.2.1",

0 commit comments

Comments
 (0)