useNavigate Hook: This is the recommended way to redirect in modern React Router
useHistory Hook: The older method using React Router v5’s history object.
Navigate component: Redirects directly within JSX. Useful for conditional rendering.
Directly manipulating the object redirects users outside of React Router.