October 2019
Intermediate to advanced
426 pages
11h 49m
English
To test out the new page, we are going to replace the HomePage component in src/App.js with the PostPage component, as follows:
import PostPage from './pages/PostPage'
<PostPage id={'react-hooks'} />
As we can see, now only one post, the React Hooks post, gets rendered.
Read now
Unlock full access