Skip to content

Instantly share code, notes, and snippets.

@anthonylusardi-da
Created November 4, 2020 20:47
Show Gist options
  • Save anthonylusardi-da/221b153cb3a1bf67d7b1a84b3d330b95 to your computer and use it in GitHub Desktop.
Save anthonylusardi-da/221b153cb3a1bf67d7b1a84b3d330b95 to your computer and use it in GitHub Desktop.
useStreamQuery(T) --> useStreamQueries(T)
useStreamQuery(T, () => query, ...) --> useStreamQueries(T, () => [query], ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment