This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Is there a way to force hoplon to reload when developing using boot-reload
. My SPA only rerenders when I change the index.cljs
, but when I modify an element in another file (e.g. app.my-component
), which is used in index.cljs
, the page doesn’t rerender
@freakinruben We can’t solve that issue currently as jQuery will only add one instance of a class to an element
^try it out with the example, you can’t add blue twice
I’m not sure about GCL but I assume it’s the same
if you require hoplon.goog
instead of hoplon.jquery
in index.cljs, it doesn’t use jquery right?
correct, that would be one quick test
tried already, without my own implementation of :class, but normalize-class
ofcourse still makes a map of it then
well :class
is just part of the do!
multimethod, you can implement your own method
but either way, I think you get stuck by normalize-class
let me check
@freakinruben try the page I wrote on the wiki
mhm, personally I stopped using sem-ui because it was difficult within hoplon, now using Material Components Web and UIKit
my issues were mostly using it’s javascript
ah, I’ve been trying to avoid the JS part of sem-ui, but still in the exploring fase 😉
which contains all my wrappers for sem-ui
yeah I saw, but I wanted to use the .less
files of sem-ui and I believe you import the css
also, it started throwing some spec errors when I tried it with cljs 1.9.854
, although I can’t tell you which atm
yeah updating it isnt a priority right now, since it’s not really used compared to the UIKit library http://github.com/degree9/uikit-hl
Which I am documenting here: https://degree9.github.io/uikit-hl/