feat(frontend): assessment challenge slice with TanStack Query #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/assessment-query"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New /challenges route: submit a grade (useMutation) and see progress
(useQuery) refresh via invalidateQueries. Backend calls go through
TanStack Start server functions (createServerFn) so Eden runs server-side
— no CORS/proxy changes needed. QueryClientProvider wired in __root.
CI: add a build step before check-types. Build regenerates routeTree.gen.ts
(gitignored) which the frontend type-check needs, and validates the bundle.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com