Wednesday, December 20th, 2017
For this standard, I will be using the documentation from
Within the the redux documentation, the author assumes that you understand what state is and how it is used in a frontend framework.
This article describes how you would use state in a redux application and how its solves the state management issue of MVC application by using redux’s store.