October 2019
Intermediate to advanced
426 pages
11h 49m
English
We start by shortening the post content in the list, and defining links from the PostList to the corresponding post pages. To do so, we have to define static links from the PostList on the home page to the specific post pages.
Let's define those links now:
import { Link } from 'react-navi'
function Post ({ id, title, content, author, short = false }) {
Read now
Unlock full access