This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-18
Channels
- # beginners (25)
- # boot (30)
- # cljs-dev (22)
- # cljsjs (2)
- # cljsrn (1)
- # clojars (4)
- # clojure (223)
- # clojure-boston (1)
- # clojure-dusseldorf (1)
- # clojure-gamedev (8)
- # clojure-italy (5)
- # clojure-russia (122)
- # clojure-sg (3)
- # clojure-spec (26)
- # clojure-uk (42)
- # clojurescript (69)
- # clojuresque (10)
- # core-async (25)
- # cursive (10)
- # datascript (5)
- # datomic (12)
- # emacs (18)
- # garden (1)
- # interop (1)
- # jobs (1)
- # jobs-discuss (10)
- # leiningen (2)
- # liberator (1)
- # lumo (21)
- # nyc (2)
- # off-topic (210)
- # om (11)
- # om-next (3)
- # onyx (1)
- # pedestal (6)
- # re-frame (10)
- # rum (9)
- # specter (38)
- # uncomplicate (1)
- # vim (23)
- # yada (22)
i figured out that the issues related to semantic-ui that i've been seeing so far could be because semantic-ui-react
is loaded before react
causing references to react in semantic-ui to fail. shouldn't cljsjs.react
cljsjs.react.dom
be added as dependencies in semantic-ui here https://github.com/cljsjs/packages/blob/master/semantic-ui-react/build.boot#L34 like so https://github.com/cljsjs/packages/blob/master/react-toolbox/build.boot#L68
@souenzzo Just read the wiki page it has examples for Ring (works on any tooling) and Boot task