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
dominicm 2017-10-18T13:01:07.000166Z

Would using cursor-in inside a component with let be an anti-pattern? Should you pass around your state atom, or :refer it in?

2017-10-18T13:36:32.000568Z

That’s fine imo

dominicm 2017-10-18T13:43:56.000283Z

I'm experimenting with cursor-in inside a component seems to cause re-renders when I don't want them. I haven't quite figured out why, but I did think this could be a possibility.

dominicm 2017-10-18T14:15:00.000184Z

I restarted & that stopped happening, I think something was badly cached.