Project Description
About this Project
There are several popular state management libraries for React, such as Flux and Context API. However, for this project, I used Redux, which is one of the more popular and well-documented libraries as part of my learning of Javascript libraries and state management.
Although this is a simple calculator that performs addition, subtraction, multiplication and division, I learned a lot on how to connect Redux to a React application and other important concepts such as the store, actions, reducers, and how to properly update state.
