October 2019
Intermediate to advanced
426 pages
11h 49m
English
After creating the Header component, we are going to use it in the App component, as follows:
import Header from './Header'
return ( <div style={{ padding: 8 }}> <Header text="React Hooks Blog" /> <UserBar user={user} dispatch={dispatch} />
Now, our Header component will be rendered in the app and we can move on to implementing the Context Hook in the Post component.
Read now
Unlock full access