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
2018-08-16T19:37:16.000100Z

is there a quick and dirty way to measure the time a react update takes with rum?

2018-08-16T19:37:50.000100Z

for example, in https://github.com/tonsky/rum/blob/gh-pages/examples/rum/examples/bmi_calculator.cljc can I just wrap the swap! call in a (time ... )

2018-08-16T19:38:16.000100Z

or the body of the defc?