A state in Redux is a JavaScript object, where the internal state of the application is stored as its properties , e.g. which user is logged on. After having logged in, the user of your application may navigate to different pages in your application, but you need to remember somehow, who that user is.