Has anyone attempted to make a “live” dashboard with om-next (ie. a dashboard that continuously get updates on queries)? Is there a way to “unsubscribe” to a query stream once you don’t need the results anymore?
@nha that is something i'd like to know too
currently we have a REST API where for each endpoint you can add a parameter ?stream=true that will hold the connection open and send updates coming off the datomic tx queue
is anyone aware of a non-trivial om-next application/example with stuff like authorization?
also interested in the backend implementation: how are queries parsed, validated? what about transactions authorization/validation?
just wanted to share something i built with om.next. mainly i chose om/next to learn it + react + clojurescript, but i found it a pleasure to work with. for those building chrome extensions, i also highly recommend chromex. there is some lightweight usage of :remotes in order to asynchronously communicate between chrome extension pages. comments good or bad are welcome. https://github.com/atdixon/SuperSelect