There is no way to subscribe to part of the store when using subscribe directly , but as the creator of Redux says himself – don’t use subscribe directly! For the data flow of a Redux app to really work, you will want one component that wraps your entire app. This component will subscribe to your store.