rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
2017-07-28T07:56:54.173617Z

I'm sure this has been asked before, is there a workflow for bigger projects involving rum? For example, reagent has re-frame for managing events and flux. Is there a idiomatic way that rum is supposed to handle it's event flow?

2017-07-28T08:00:05.234490Z

I’m using stuart sierra’s component with something like a reconciler (it’s still in development)

2017-07-28T08:00:57.253424Z

I think the project is pretty well organised. I have a router using Bidi and I have a Rails like structure for files. I’m pretty happy with it. That’s said i’m the only working on it right now

2017-07-28T09:36:09.213450Z

you can use the same approach with Rum

martinklepsch 2017-07-28T10:58:23.749291Z

@benzap there’s https://github.com/roman01la/scrum

martinklepsch 2017-07-28T10:58:40.753994Z

I also made a library but it only handles the subscriptions part: https://github.com/martinklepsch/derivatives