hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
2018-02-17T00:30:43.000130Z

@thedavidmeister @flyboarder Thanks guys! I will use :class/* as soon as I upgrade. Moving off Hoplon-UI for now. One nice thing about it was that all the css properties were split into separate attrs, so you could mix and match styles between components pretty intuitively. But I see now that I can do that with :css/* too, which is in 7.0.3.

2018-02-17T01:12:48.000018Z

@chromalchemy yes, the idea is to make as much as possible namespaced so that you can "build up" an element by passing it through multiple functions, and they won't conflict with each other

2018-02-17T01:13:27.000147Z

for example i have a as-draggable! fn that adds the html5 drag and drop attributes to an element, which is fiddly to do by hand