Support for reactive apps today #771
-
I am looking around and was reading through the Blitz documentation, releases, and issues. I am trying to assess if Blitz does, or intends to support reactivity in the apps? I noted that Prisma (v2) does not support subscriptions or realtime yet. The likes of Hasura has decent support for it, and SWR too.
QuestionWhat would a workaround look like with Blitz (to have realtime UI) in the interim, should we decide to use Blitz? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @SharadKumar, |
Beta Was this translation helpful? Give feedback.
Hi @SharadKumar,
react-query
which is whatblitz
uses, supports reactive queries.