As with several other questions, it is possible to create multiple distinct Redux stores in a page , but the intended pattern is to have only a single store. Having a single store enables using the Redux DevTools, makes persisting and rehydrating data simpler, and simplifies the subscription logic.