Rapid question: Is React Redux projected to work like a single page application?
I'm using Redux to control my application state. I have noticed that when I refresh the page(application), the state returns to the initial state and I have concluded that I can't use the browser's functions to navigate and refresh pages.