Nikita Prokopov
Nikita Prokopov
@bearz you can use React 16.3 just fine, just override the version in the dependencies
Rum is not actively maintained. Maybe choose another, more modern framework?
I agree that would be nice. Unfortunately my attempts did not succeeded so far
Is it broken in ClojureScript 1.11.60 still?
Prints `#object[cljs.core.Atom {:val 1}]` for me on 1.11.60
Well, I know about this behavior, but not sure if it counts as a bug or a normal thing. Here’s what happens: - `page` is a top-level component, and on...
Why should state change if forceUpdate was called? What changes are you trying to catch? Can you give me a real example? On Fri, Apr 10, 2015 at 6:57 PM...
Ok, I still don’t understand neither the problem nor the solution. Why `:transfer-state` is a bad place to compare states?
It won’t. But state won’t change as well?
Right. Thanks for the explanation. I see it now (probably :) ) Rum definitely need simplification of state model. It’s too hard to walk all these possible state transitions in...