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
robert-stuttaford 2020-04-22T14:56:26.021400Z

thanks for the RCs @roman01la will kick tires asap!

2020-04-22T14:56:40.021600Z

thank youuuu!

robert-stuttaford 2020-04-22T14:58:00.022Z

what sort of speedup are you seeing on the interned sablono? -curious-

2020-04-22T15:03:18.024600Z

multiple things - we can address issues ourselves, no need to wait until it is resolved in Sablono - improve Hiccup interpreter perf, for cases where defc emits interpret calls - we can get rid of input wrappers and switch Rum to React's scheduling mechanism to finally solve issues with caret jumping in inputs

2020-04-22T15:05:38.025400Z

or were you interested in actual some particular performance improvements?

2020-04-22T15:05:44.025600Z

not sure what speedup means 🙂

cjsauer 2020-04-22T18:56:56.026200Z

> we can get rid of input wrappers and switch Rum to React's scheduling mechanism to finally solve issues with caret jumping in inputs > This is awesome 👏 thank you for this work @roman01la