Fork me on GitHub
#rum
<
2017-07-28
>
benzap07:07:54

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?

Niki09:07:09

you can use the same approach with Rum

jeroenvandijk08:07:05

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

jeroenvandijk08:07:57

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

martinklepsch10:07:40

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