Roughly based on instructions for embedding React in Wordpress here.
Uses a shortcode to embed a React app in Wordpress posts or pages. The app can interact with WP using the WP JSON API. Once built, the app can be deployed as a normal plugin (without requiring the React build environment).
Some details on the build situation are in the auto-generated readme from Create-React-App here.