Fork me on GitHub
#clojurescript
<
2022-01-06
>
bad_ash18:01:27

hi, came across hoplon today, an interesting web framework http://hoplon.io/. anyone use it before? what are your thoughts?

rmschindler17:03:47

I'm just starting to play around with it myself. If you've been tinkering with it the last while, I'd be curious to hear what you think of it now.

kennytilton23:01:21

Hoplon is quite cool, @ashbadine91. I like the transparency better than all the manual wiring required by any Flux architecture, including the good ones, such as #re-frame. But it seems a bit limited, able to establish dependency only where independent properties are lexically visible. I believe it is a take-off of the Scheme https://docs.racket-lang.org/frtime/ reactive library, if you want to look there for insights. And we have the #hoplon channel right here.