We're a place where coders share, stay up-to-date and grow their careers.
The article completely misses the hooks way (useRouter).
You should stick to the declerative way whenever you can. I think the article should endorse this to be complete.
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.
I've updated the post, would really appreciate if you check it out!
Good job!
Thanks for the comment. I'll try to update the article as soon as I can.
The article completely misses the hooks way (useRouter).
You should stick to the declerative way whenever you can. I think the article should endorse this to be complete.
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.
I've updated the post, would really appreciate if you check it out!
Good job!
Thanks for the comment.
I'll try to update the article as soon as I can.