I have unsuccessfully found a tutorial for setting up isomorphic server side rendering with an ejected create react app.
I know of react SDK, but this isn't ejected, and there are quite a few tutorials on non-ejected created react apps.
Could anyone help locate one, or link to a project that is an example of ejected app now an isomorphic SSR? Ideally without redux for simplicity.
webpack-isomorphic-tools provides clues but it really doesn't do much more than that.
Check out Paragons. It's a great Universal React SPA starting point. Plus it has Code Splitting all ready to go, SEO support, Sass, React Router v4, and much much more...