@colin.yates: not sure if it is good example (and also it could be outdated), but immutant & boot & cljs here: https://bitbucket.org/ul/runes24
deps are put into project.clj to play nice with Cursive
and then parsed in build.boot
@ul - just sat dow for breakfast and this popped up - what a great start to the day - thanks :simple_smile:
have a nice day, hope my example will help
hey - hoplon too :simple_smile:
i guess it was the first project using boot2 and hoplon6
i started porting hoplon to boot2 to make runes24
then micha and alan polished and extended hoplon6
it gets better and better
i wish to use it again (right now I'm doing big project with Om + custom Re-frame fork)
and miss some very nice things from hoplon, even trying to reimplement them over existing architecture )))
I used Om as my on-ramp to ClojureScript and it was great, then reagent, then re-frame now I am looking at hoplon. I did notice that pure rendering performance in hoplon is significantly slower for large changes (e.g. a table with 1000 cells of random data) - react is a piece of joy there.
I have moved from re-frame back to reagent but they are both great projects