October 2019
Intermediate to advanced
426 pages
11h 49m
English
Finally, we are going to adjust the CreatePost component by following these steps:
import { useUserState, useDispatch, useAPICreatePost } from '../hooks'
const [ post, createPost ] = useAPICreatePost()
Now the CreatePost component uses our custom API Hook to create new posts via the API.
Read now
Unlock full access