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
There is no need to call the *dispatch* function separately since *connect* has already modified the *toggleImportanceOf* action creator into a form that contains the dispatch.
261
261
262
-
It can take some time to wrap your head around how *mapDispatchToProps* works, especially once we take a look at an [alternative way of using it](/en/part6/connect#alternative-way-of-using-map-dispatch-to-props).
262
+
It can take some time to wrap your head around how *mapDispatchToProps* works, especially once we take a look at an [alternative way of using it](/en/part6/connect_the_old_part#an-alternative-way-of-using-map-dispatch-to-props).
263
263
264
264
The resulting situation from using *connect* can be visualized like this:
0 commit comments