October 2019
Intermediate to advanced
426 pages
11h 49m
English
Now, we just need a way to get back to the main page from a single post page. We are going to repeat a similar process to what we have done previously. Let's define the links back to the main page now:
import { Link } from 'react-navi'
return ( <div> <div><Link href="/">Go back</Link></div>

Now, our app also provides a way back ...
Read now
Unlock full access