Use flow router and react router 4 together

Hello! I’am going to migrate from flow router to react router 4 somebody did this?
Can i do the condition switch off flow router?

It is posible.
On client:
// flow router don’t work anymore
const Router = FlowRouter.Router;
Router.prototype.initialize = () => {};