We're a place where coders share, stay up-to-date and grow their careers.
You should not redirect from a Redux action. Actions should not have side-effects.
Would checking for a Redux state and redirect on state change/value be a good way?
Any negative effects from redirecting using local state?
I updated my comment as it was bs :) For some reason I had reducers in my mind all along.
Would checking for a Redux state and redirect on state change/value be a good way?
Any negative effects from redirecting using local state?
I updated my comment as it was bs :) For some reason I had reducers in my mind all along.