Hi! On Thu, Jan 31, 2019 at 6:20 AM Yugo Nagata <nag...@sraoss.co.jp> wrote: > BTW, what is uecase of reactive/live queries? (just curious)
It allows syncing the state between client and server. Client can then have a subset of data and server can push changes as they are happening to the client. Client can in a reactive manner render that in the UI to the user. So you can easily create a reactive UI which always shows up-to-date data without having to poll or something similar. How are things progressing? Any news on this topic? Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m