Best way to query "sub-queries"
I'm attempting to query more data for each item in the "parent" query and have something like this:
My question is, is there a better way to do this? Perhaps with
My question is, is there a better way to do this? Perhaps with
useQuery and useQueries? While what I have works it feels like I might be misusing react-query, not to mention eslint complains of atomic updates.