October 2019
Intermediate to advanced
426 pages
11h 49m
English
Similar to the Register component, we are also going to adjust the Login component:
import { useDispatch, useAPILogin } from '../hooks'
const [ user, login ] = useAPILogin()
Now the Login component uses our custom API Hook to log in users via the API.
Read now
Unlock full access