Did I steal this idea? Did I read this briefly once and all of a sudden it hit me? Maybe there's a Flux implementation that does something like this? Perhaps I should understand Flux a little more? Seems legit.
// wrapper
let syncWith = function syncWith(store) {
return React.createClass({
getInitialState() {
return store.getState();
},