Live health check
Loading health…
UI never imports raw Axios. Feature code calls @/lib/api; Query owns cache; Nest owns truth.
Week 2 · data
Loading health…
queryKey: ['notes', 'list', filters]
queryFn: () => notesApi.list(filters)
// after mutate → queryClient.invalidateQueries({ queryKey: noteKeys.lists() })Apply the same keys + invalidate pattern in the Week 4 Notes UI projects.