Fork me on GitHub
#graphql
<
2019-01-03
>
gklijs10:01:42

I had a good experience with re-graph, what's going wrong? Been a while used

(defn ^:export init []
  (re-frame/dispatch-sync [::events/initialize-db])
  (re-frame/dispatch [::re-graph/init {:ws-url   ""
                                       :http-url ""}])
with the server.

pre19:01:42

As of yesterday i was able to get past my initial hurdles with re-graph, yes.

orestis20:01:54

Can you use re-graph without re-frame? Does it add value in that case?

bmills20:01:43

There are examples on the repo showing vanilla cljs, so I assume it's viable. As for adding value, I guess it depends on what you use now.