DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

Integrate Redux into Frontend #23

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

We can follow the next parts of the tutorial from the User Authentication. It integrates Redux into the front end, which is essentially a state manager that functions very much like an FSM from what I'm reading. There is a current state, a set of possible next states, and a set of actions for each current state that define which next state to go to.

JimothyGreene commented 3 years ago

After doing some reading, the Contexts approach seems to be easier than Redux. Closing this now.