What do you think of Mirror?
I Frankensteined Cycle onionify & Redux to build Mirror, a fractal state tree that any node can query. Mirror makes some really cool dev tools possible, which I'll start working on within a few weeks (graph/performance visualizations & test generators). The library uses React bindings by default, but there's undocumented APIs that let you use Mirror either on its own or with other bindings.
Mirror excels when orchestrating hundreds of nodes together. It'd be really awesome if you had thoughts on the general direction, or could see any specific missteps I should consider dialing back on. Or any questions of your own.
PS: When Google met Wikileaks is on my reading list, I just haven't gotten around to it yet.
e: My implementation of TodosMVC demonstrates idiomatic usage.