This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-21
Channels
- # beginners (73)
- # capetown (1)
- # cider (13)
- # cljsrn (4)
- # clojure (56)
- # clojure-russia (2)
- # clojure-uk (1)
- # clojurescript (50)
- # community-development (3)
- # cursive (1)
- # datomic (80)
- # defnpodcast (2)
- # emacs (2)
- # fulcro (16)
- # graphql (8)
- # hoplon (206)
- # immutant (43)
- # keechma (4)
- # lumo (4)
- # off-topic (26)
- # perun (2)
- # re-frame (2)
- # reagent (4)
- # remote-jobs (2)
- # rum (4)
- # shadow-cljs (82)
- # spacemacs (5)
- # vim (6)
@thheller is there any support for having separate src folders for different builds?
@lilactown not per build no. you can have as many source-paths as you like but they are global. shadow-cljs only includes files in a build that are actually referenced. so the reasons why you’d need separate source paths in other tools don’t apply.
Hello. I recently discovered re-frame which is using reagent as a view and rendering layer. Is there other similar libraries which are based on reagent?
@vincent.cantin there’s also https://github.com/keechma/keechma but i’ve never messed with it