At what level of complexity will my React application require Redux? React developers have been asking this question for a long time, and answers still vary wildly. The truth is there is quite a bit we can do before needing to pull in Redux, and even then, Redux isn't our only option! Even the creator of Redux, Dan Abramov thinks that we might not need Redux (although, I think the spirit this statement applies to all 3rd-party libraries meant to help reduce complexity of state). You Might Not...