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
cmdrdats 2019-02-20T21:24:53.001700Z

hey all, I'm looking for a way to handle errors and roll back my app state to a 'last known good point' - is there any way to register a listener of some kind on the entire React tree so that it lets me know when all components have finished re-rendering on change?

cmdrdats 2019-02-20T21:28:03.003100Z

failing a clean render listener, I guess I can just snapshot a second or so after the state has changed unless an error flag has been raised, but that seems.... iffy..