Links

Link to Page

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

Link to ID

<Link
  to={{
    pathname: '/about',
    hash: '#hello',
  }}
>
  About
</Link>
Was this page helpful?