Skip to content
Advertisement

Tag: node.js

react router dom pushing user before finishing action

I’m building a Reddit clone with MERN and am using redux and react in frontend So the problem is when a user tries to register it dosen’t push the user to “/login” route. This is not an issue with redux (i think) because after pressing the “register” button again with a different email it works still here is the redux

Advertisement