How to set concurrency limit? i.e. prevent query from firing in parallel
the setup here is that the queryFn makes a fetch request whenever the user makes an edit
but i don't want to make multiple fetch requests at the same time while the user is editing
but instead to use the latest edit state whenever the query is not already working
0 Replies