3 steps to navigate from one page to another in react js?
//In your file import {useNavigate } from 'react-router-dom' //In your component const navigate = useNavigate() //In your function navigate('/home')