用于连接道具的工厂类型
作者: obaydmir创建于 2018年9月11日更新于 2026年6月9日
标签enhancementIssueHunt
In advanced scenarios where you need more control over the rendering performance, mapDispatchToProps() can also return a function. In this case, that function will be used as mapDispatchToProps() for a particular component instance. This allows you to do per-instance memoization. You can refer to issue.
内容来源: piotrwitek/react-redux-typescript-guide