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