Redux state is null on page reload
I am learning react universal rendering with redux. I am following https://github.com/erikras/react-redux-universal-hot-example to include SSR feature in my react-redux webapp. The differences in my architecture are, I am not using Ducks modules as i...
Aug 26, 2017S