Connecting `Redux` to `React`, simplified

1 · Abin Simon · Jan. 24, 2018, midnight
So, you have been working on your React project. Maybe you have heard about Redux and how it can make it all better and need some help getting started. What is Redux? # Hmm, good question. It is like this master thingy which handles the state of all your components rather than handling the state in the components. So what you do is when you need to make a change that affects something else ( ie something you would store in the state or pass up to the parent component ) you pass it over to Redux ...