October 2019
Intermediate to advanced
426 pages
11h 49m
English
Next, we are going to adjust the Register component with the following steps:
import { useDispatch, useAPIRegister } from '../hooks'
const [ user, register ] = useAPIRegister()
Now the Register component uses our custom API Hook to register users via the API.
Read now
Unlock full access