February 2019
Intermediate to advanced
204 pages
4h 52m
English
We need to have constants defined in app/containers/Login/constants.js, as follows:
export const LOGIN_REQUEST = 'raskLeage/Login/LOGIN_REQUEST';export const LOGIN_SUCCESS = 'raskLeage/Login/LOGIN_SUCCESS';export const LOGIN_FAILURE = 'raskLeage/Login/LOGIN_FAILURE';export const LOGOUT_REQUEST = 'raskLeage/Login/LOGOUT_REQUEST';export const LOGOUT_SUCCESS = 'raskLeage/Login/LOGOUT_SUCCESS';export const LOGOUT_FAILURE = 'raskLeage/Login/LOGOUT_FAILURE';
Read now
Unlock full access