How to Design a Google Calculator with React Redux Hooks
https://javascript.plainenglish.io/designing-google-calculator-with-react-redux-hooks-cfbf4b516dcb
Reducers are functions that are fed into the Redux store which uses a switch statement based on the action sent returns a desired state or the default state.