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-01-23T11:03:25.000531Z

when keeping all state in an atom, is it ok to use rum/react & rum/reactive to update only a top-level component, and pass the dereffed state to sub-components ?

2018-01-23T11:05:25.000536Z

i can add the rum/static mixin to all the sub-components, which just get the latest state (or part of it)

2018-01-23T11:05:51.000204Z

or does this approach lead to performance problems?