coryhouse / coryhouse/react-restaurant-scriptpro
Install TanStack Query and wire QueryClientProvider + devtools
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Goal
Add TanStack Query for declarative server-state management, wrap the app in `QueryClientProvider`, and enable devtools in development.
## Acceptance criteria
- [ ] `@tanstack/react-query` installed
- [ ] `QueryClient` created with sensible defaults
- [ ] `QueryClientProvider` wraps the app root
- [ ] `ReactQueryDevtools` mounted in dev only
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the app root entry point and package manifest, then inspect how the React application is initialized. Install @tanstack/react-query, add the provider and development-only devtools, and verify each acceptance criterion is satisfied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100