You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands now the pre and post dispatch methods are just a way to section out your code.
Wouldn't it be more useful if the main, plain dispatch method run only when preDispatch returned true? And postDispatch only if both of them returned true?
The text was updated successfully, but these errors were encountered:
As it stands now the pre and post dispatch methods are just a way to section out your code.
Wouldn't it be more useful if the main, plain dispatch method run only when preDispatch returned true? And postDispatch only if both of them returned true?
The text was updated successfully, but these errors were encountered: