0
2
JRJose Romero
reactnavigateuseNavigateβ’β’β’
React TypeScript RecipesReturns an imperative method for changing the location. Used by Links, but may also be used by other elements to change the location.
Library: react
Shortcut: react.hook.navigate.use
import { useNavigate } from 'react-router-dom';
const navigate = useNavigate();