Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试创建商店,特别是 UserStore 时,我在 Fluxible 中遇到错误:
错误:找不到模块“fluxible-app/utils/createStore”
我该如何解决这个问题?
我正在使用的项目/代码如下:
https://github.com/jaxoncreed/the-next-facebook/blob/76b2651f7d04c3df569dfcf5f1460ed82678b807/stores/UserStore.js
看起来您同时拥有fluxible-app并fluxible安装了两者。fluxible-app是前身,fluxible不再需要。
fluxible-app
fluxible
您可以createStore通过require('fluxible/addons/createStore')而不是从fluxible-app获得。
createStore
require('fluxible/addons/createStore')
见http://fluxible.io/addons/createStore.html