In the redux document example RedditAPI, how does dispatch get into the container component AsyncApp?

mapDispatchToProps

mapDispatchToProps

when the mapDispatchToProps method is passed into the connect, the dispatch in the component is undefined;
when the mapDispatchToProps method is not passed into the connect, the dispatch in the component can be obtained
Why does this happen?

Mar.13,2021

this is the function of connect , which provides two different ways to use it.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b9a50-1320a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b9a50-1320a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?