2022年6月26日星期日

react-router-dom "Link to" & in code navigate


In react-router-dom v6 useHistory() is replaced by useNavigate().

You can use:


import { useNavigate } from 'react-router-dom';
const navigate = useNavigate();
navigate('/home');



<Link to="/about">About</Link>

沒有留言:

發佈留言

[Fixed] some windows chrome, scrolling has glitch position not accurate

   [Fixed] some windows chrome, scrolling has glitch position not accurate Smooth Scrolling Flag 📜 Chrome has an experimental "smooth ...