This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-23
Channels
- # announcements (5)
- # beginners (14)
- # bigdata (1)
- # calva (13)
- # cider (10)
- # clj-kondo (53)
- # cljs-dev (1)
- # cljsrn (12)
- # clojure (67)
- # clojure-uk (8)
- # clojuredesign-podcast (3)
- # clojurescript (53)
- # duct (4)
- # emacs (1)
- # events (1)
- # figwheel-main (5)
- # fulcro (9)
- # graalvm (68)
- # graphql (3)
- # joker (3)
- # juxt (4)
- # off-topic (32)
- # other-languages (1)
- # pathom (35)
- # re-frame (6)
- # rum (1)
- # shadow-cljs (52)
- # spacemacs (3)
- # sql (10)
- # tools-deps (15)
hi! Just curious why re-frame has reagent in dependencies? I’m going to use re-frame and hx and I was a little bit confused when saw this dependency.
ok, I see 5 and 6 re-frame dominos but I would like to use hx as view react lib. Will I have some problems with re-frame and hx without reagent?
@y.khmelevskii yes, re-frame depends on reagent
@y.khmelevskii using re-frame with hx is fine. you will need to pay the cost in code size because it includes reagent by default for subscriptions
understand, thank you