I think is a matter of you understanding the app code base, know which states to store as global states (a.k.a states in redux store). Using redux with react doesn't mean you still can't set local state using setState(). Is about understanding what will be in your redux store. Again, You need to also understand how Redux really works which will save your days many times.