October 2019
Intermediate to advanced
426 pages
11h 49m
English
Finally, we are going to use the usePostsState Hook to render the PostList component, as follows:
import { usePostsState } from '../hooks'
const posts = usePostsState()
Now the PostList component makes use of our custom Hook instead of directly accessing the posts state.
Read now
Unlock full access