When developing a single page application, we need a way to persist data in state that can be used by our application. Redux helps us in maintaining this state.
React comes with hooks and also it has a powerful context API. We are going to take advantage of these two features and build a state management system.