Fork me on GitHub
#rum
<
2017-04-11
>
jeroenvandijk09:04:24

@yonatanel As an example, I’m trying to get om.next reconciler like functionality to work in my rum application. So far the challenge is to understand the Om concepts/parser. Rum doesn’t get in the way and doesn’t force me into particular concepts

misha09:04:19

@yonatanel yeah. pretty much with rum your react wrapper is decoupled from state-management approach/lib/implementation. So you can have a single-atom for one app module, event-sourcing - for another, callbacks for 3rd, etc. Whether you should do it or not – depends on your app, skill, and preferences.