useSelector()
Standard react-redux hook.
Note: In most cases, you will want to use usePluginReducer() instead, which provides pre-bound action creators.
const authState = useSelector(state => state.auth);
Standard react-redux hook.
Note: In most cases, you will want to use usePluginReducer() instead, which provides pre-bound action creators.
const authState = useSelector(state => state.auth);