This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-04
Channels
- # aleph (2)
- # beginners (80)
- # boot (18)
- # cider (6)
- # cljs-dev (14)
- # cljsrn (5)
- # clojure (114)
- # clojure-android (5)
- # clojure-dev (8)
- # clojure-greece (6)
- # clojure-italy (9)
- # clojure-russia (108)
- # clojure-uk (82)
- # clojurescript (158)
- # css (1)
- # cursive (21)
- # data-science (1)
- # datomic (66)
- # emacs (9)
- # ethereum (3)
- # fulcro (26)
- # graphql (7)
- # hoplon (25)
- # juxt (2)
- # keechma (34)
- # lein-figwheel (4)
- # leiningen (2)
- # off-topic (4)
- # om (5)
- # onyx (14)
- # parinfer (2)
- # pedestal (17)
- # planck (3)
- # portkey (14)
- # re-frame (23)
- # reagent (12)
- # ring (8)
- # rum (1)
- # shadow-cljs (506)
- # spacemacs (2)
- # vim (11)
- # yada (6)
How are people testing components? Any examples of using enzyme or jest with reagent? Is this possible?
Can I get a suggestion for a good lein template that gives me a reagent app and a clojure backend all in one project?
I’ve been looking at the chestnut as well as the re-frame template with +handler
Or is it usually suggested to create two repos for front and back.
@colbydehart how about the reagent
template? (I don’t know whether it qualifies for “good”) https://github.com/reagent-project/reagent-template
cool, thx!
@dhirensr probably something like:
(this-as this
(.toggle js/classie this "active"))
- https://cljs.github.io/api/cljs.core/this-as
- http://cljs.info/cheatsheet/ (see "JavaScript Interop" section)