I was thinking writing exact the same article! Nice Job!
One thing. React Hot Loader 3 (in the latest Beta) emerges not to submit props directly to the App Container, so at point 4 it should be:
<AppContainer>
<App/>
</AppContainer>
and
const nextApp = require('./App').default
<AppContainer>
<nextApp/>
</AppContainer>
Greets!