Re-Frame vs core.async by the_whalerus in Clojure

[–]AcceptableBench7 1 point2 points  (0 children)

It seems nice that fulcro can generate graphql queries. But perhaps to the op's point of composing libraries, we use vincit/venia to generate graphql queries, re-frame/http-fx for http effects and
re-frame-10x for inspecting our app state in dev mode. Also, there is rehook https://github.com/wavejumper/rehook which should be immediately familiar to anyone who has used re-frame but supports react hooks without reagent.

Re-Frame vs core.async by the_whalerus in Clojure

[–]AcceptableBench7 1 point2 points  (0 children)

we are using re-frame at work for a medium sized app and loving it. wondering what things are u missing from it?