Flowplayer demo
Flowplayer React component
Here's a minimalistic React component to integrate Flowplayer to your React-based app. The above player is rendered on the page using the component as follows:
ReactDOM.render(React.createElement(Flowplayer, config), player_node)