Fork me on GitHub
#rum
<
2018-01-23
>
chrisblom11:01:25

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 ?

chrisblom11:01:25

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

chrisblom11:01:51

or does this approach lead to performance problems?