Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
AbortController 82
AbortSignal 82
API file
creating 147, 148
C
cacheTime option 58, 115
cancelQueries method 84
client state 15, 19, 20
code, organizing 147
API file, creating 147, 148
hooks folder, creating 149-151
query key factories, leveraging 148
Component A 19
Component B 19
components, with React Query
mutations, testing 171-176
testing 151
testing, scenarios 153-171
testing utils, setting up 151-153
content delivery network (CDN) 29
custom hooks, with React Query
testing 176-184
D
data
refetching, with useQuery hook 61
data variable 51, 52
data, with useQuery
automatic refetching 61
manual refetching 63
data with useQuery, automatic refetching
options 62, 63
query keys 61
data with useQuery...