Fork me on GitHub
#om
<
2015-10-09
>
scriptor13:10:06

got a question about Om internals, it looks like when a state atom changes, it calls the watch fn handler attached at https://github.com/omcljs/om/blob/f81e30cf171592b7b3ca9c69089fea7cff19201e/src/main/om/core.cljs#L1183

scriptor13:10:40

in that context, what's the purpose of refresh-set? It looks like it only every ends up containing rootf

dnolen17:10:33

@scriptor you can have multiple roots driven by a single atom