Konrad
CCConvex Community
•Created by Konrad on 5/3/2024 in #general
Concurrency of useQuery calls
Excellent. Furthermore, to my understanding there is no advantage to using
useQueries
over useQuery
in this context, right? The purpose of useQueries
is to allow working with a variable number of queries without violating rules of react hooks, and it has nothing to do with parallel execution of queries.2 replies