ldnclj

Find us on #clojure-uk
mccraigmccraig 2015-08-31T10:43:38.000072Z

@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

afhammad 2015-08-31T10:54:01.000073Z

@mccraigmccraig: cool, agreed on om's cursors. Will give re-frame a test run soon