Will ES6/ES7 Object.observe pose problems for existing Functional-Reactive JavaScript libraries such as RxJS, Bacon.js, and will it create the need for rewrites?
Object.observe is an obsolete proposal, with no future, so I don't think it will affect those libraries. Anyway, all the JS libraries stay working forever, that's one of the good things in JS.