I'm trying to learn how to use Redux and I was following this tutorial (https://www.youtube.com/watch?v=9jULHSe41ls)
And it seems to be working as intended
Clicking on deposit and withdraw adds and decreases the amount state.
However though if you try to refresh the page, it becomes 0 again. I thought that Redux would persist the value or am I missing something?
The code repo is from his tutorial (https://github.com/harblaith7/react-redux-crash-course)