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
stephenmhopper 2018-09-04T00:53:04.000100Z

@maridonkers @serioga I figured it out. Removing the :value and :checked declarations fixed my issue. Now the atom and the HTML update properly. Any ideas on why I had to do this even though the examples suggest the opposite?

stephenmhopper 2018-09-04T00:56:04.000100Z

Is this the whole controlled vs uncontrolled rum component thing?

serioga 2018-09-04T17:01:39.000100Z

I don't remember now. There is a difference between controlled and uncontrolled react components, there is specific radio's behavior... Finally I've got an implementation which works in my case.