December 2019
Intermediate to advanced
598 pages
12h 21m
English
Now, we can wire up the components we have just created using the props so that we get the unanswered questions rendered on the home page. Follow these steps to do so:
import { Question } from './Question';
{data.map(question => ( <li ... > <Question data={question} /> </li>))}
import { QuestionList } from './QuestionList'; ...Read now
Unlock full access