August 2017
Beginner
374 pages
10h 41m
English
We are going to start with the main page. To create the MainPage component, perform the following steps:
import React from 'react'import ConnectedPostList from '../../containers/ConnectedPostList.jsx'import ConnectedFilterList from '../../containers/ConnectedFilterList.jsx'
<div><ConnectedFilterList /></div> <div><ConnectedPostList /></div>
const MainPage ...
Read now
Unlock full access