Let’s Write Redux!
“What I cannot create, I do not understand.” Richard Feynman Redux is pretty simple. You have action creators, actions, reducers and a store. What’s not so simple is figuring out how to put all of that together the best or most “correct” way. At least this is the problem I had with it. In order […]