必须提交两次React Redux输入才能重新渲染

时间:2017-07-16 16:42:41

标签: reactjs redux react-redux

我一直在电子实验中使用React和Redux。

我一直在尝试使用表单输入(不使用react-redux-form),但我遇到了问题。要让视图重新渲染,我必须提交两次。我无法弄清楚我做错了什么。

我认为我不能/应该在这里粘贴源代码,因为它适用于太多的文件,所以我把它放在Github上。当我发现什么是错的时候,我会添加错误的来源以及它是如何修复的(或者无论谁回答都可以这样做)。

源代码:https://github.com/atwright147/electron-readdir

运行它:

git clone git@github.com:atwright147/electron-readdir.git
cd electron-readdir
npm i
npm run dev    # in terminal window number one
npm start      # in terminal window number two

0 个答案:

没有答案