@afhammad: briefly, vanilla reagent leaves all the model stuff to the user, and om's cursor's always seem to be a leaky abstraction (tbf i haven't tried om/next). re-frame is simple and all the bits you supply (views, subscriptions, handlers) are pure functions, and (so far) everything in my app has just fallen into place
@mccraigmccraig: cool, agreed on om's cursors. Will give re-frame a test run soon