For example, if I have a large and costly DOM stru...
# kvision
s
For example, if I have a large and costly DOM structure that only uses some part of the store, which only needs to update every second or so, and then I have some small counter that listens to another part of the store that updates 60 times a second -> would the large DOM structure be redrawn 60 times a second?