Dealing with [history.push] deprecation in react-router-V6
Jan 11, 2022 · 1 min read · 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...
Join discussion