Javelin looks interesting but I am not sure it does exactly what I was hoping for. It is definitely reactive, but I dislike how it seems to immediately change the state rather than going through some update function. Ideally I would simply dispatch an action and the view can be completely separate from any sort of update logic.
RxJS and Zelkova seem to be really close, with Zelkova seeming to literally trying to emulate Elm signals. I will definitely have to try out both and see how they work for me. The core async approach with channels seems to be really pleasant as well, and perhaps it is more idiomatic to Clojure. I think that I could honestly represent an update function by having an action channel, and then simply taking every action that gets put into the channel and only then updating the model. Other things like window resize events can simply be put onto a channel, which in turn can place new actions into the action channel. Thanks for all the input. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
