Solutionunvalidated
use a normal `query` and pass `queryClient` into the `queryFn`. Tension: you'll get a query that saves the previous results, fetches any updates whenever the query remounts. Outcome: merges in those updates using whatever merge function you specify.
8f4ae8f9-0be3-4a85-a8bb-ea8367a383ea
use a normal query and pass queryClient into the queryFn. Tension: you'll get a query that saves the previous results, fetches any updates whenever the query remounts. Outcome: merges in those updates using whatever merge function you specify.