-
Notifications
You must be signed in to change notification settings - Fork 0
Create TanStack Query hooks for notes #20
Copy link
Copy link
Open
Labels
TaskGeneral work that doesn’t directly add features or fix bugs (maintenance, updates, setup tasks).General work that doesn’t directly add features or fix bugs (maintenance, updates, setup tasks).frontendUser interface, client-side logic, components, styling, and user interactions.User interface, client-side logic, components, styling, and user interactions.
Milestone
Metadata
Metadata
Assignees
Labels
TaskGeneral work that doesn’t directly add features or fix bugs (maintenance, updates, setup tasks).General work that doesn’t directly add features or fix bugs (maintenance, updates, setup tasks).frontendUser interface, client-side logic, components, styling, and user interactions.User interface, client-side logic, components, styling, and user interactions.
Overview
Create custom React Query (TanStack Query) hooks for notes management with
caching, automatic refetching, and optimistic updates.
Hooks to Create
useNotes()
useNote(id)
useCreateNote()
useUpdateNote(id)
useDeleteNote(id)
Acceptance Criteria
Related Issues