Dealing with [history.push] deprecation in react-router-V6
In the react-router-dom v6, the support for history has been deprecated but instead of it navigate has been introduced. if you want to redirect user to a specific page on success of a specific event then follow the steps given below:
Create a file wi...
rohitsharmaj7.hashnode.dev1 min read