useDispatch()
Standard react-redux hook.
Note: In most cases, you will want to use usePluginReducer() instead, which provides pre-bound action creators.
const dispatch = useDispatch();
dispatch({type: 'ACTION'})
Standard react-redux hook.
Note: In most cases, you will want to use usePluginReducer() instead, which provides pre-bound action creators.
const dispatch = useDispatch();
dispatch({type: 'ACTION'})