React router 6 go back: How to go back using react router v6
React Router is a popular library for adding routing to a React application. Version 6 of React Router introduced a number of changes, including a new way to navigate back to a previous page.
import { useNavigate } from 'react-router-dom';
function ...
njirumwai.hashnode.dev2 min read