Download dev tools from https://github.com/zalmoxisus/redux-devtools-extension. Then you can it to your project by following part 1.2 Advanced store setup, example below:
src/index.js
Normally you loose all redux store data if you refresh page. If you run your app with localhost:3000/?debug_session=SOME_STRING, Redux Dev Tools will hold all your store data also after refresh.