0
1
JRJose Romero
reactlinkreact-router-domβ’β’β’
React TypeScript RecipesThis code creates a link that points to the pathname specified. With a className
Library: react
Shortcut: react.link.component.use
import { Link } from 'react-router-dom';
<Link
to="/pathname"
className="link"
>
link
</Link>