August 2017
Beginner
374 pages
10h 41m
English
Perform the following steps, to define <link> links to the sub-pages:
import { Link } from 'react-router-dom'
const Navigation = () => <div> <Link to="/">main</Link> {' - '} <Link to="/about">about</Link> </div>
Read now
Unlock full access