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.