245 B
245 B
title
title |
---|
Dispatch an Action Event |
Dispatch an Action Event
Dispatch the LOGIN action to the Redux store by calling the dispatch method, and pass in the action created by loginAction()
.
store.dispatch(loginAction());