嗨,我正在阅读本教程https://www.packtpub.com/books/content/how-get-started-redux-react-native,其中guy解释了react本机应用程序中redux的用例。好吧,我在那儿有东西,但我看到了
userReducers没有在类login.js中定义,我不确定它被引用到哪里。
有人能帮我什么忙吗?是不是应该state.user而不是user.userReducers.user
android - 如何在React Native中将状态映射到Redux中的 Prop-LMLPHP

最佳答案

这是因为在创建redux存储时,在index.ios.js文件中,您将在userReducers下为这些数据命名。
android - 如何在React Native中将状态映射到Redux中的 Prop-LMLPHP
根据创建存储的第10行,所有由userReducers添加的状态变量都将在state.userReducers下可用。

关于android - 如何在React Native中将状态映射到Redux中的 Prop ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/43797365/

10-10 01:55