我应该如何将flux整合到create-react-app中?

时间:2017-03-17 00:23:05

标签: flux create-react-app todomvc

我使用flux todomvc示例作为出发点在create-react-app应用程序之上实现了flux:

  1. AppView呈现create-react-app应用程序组件
  2. AppContainer导出AppView(就像todomvc一样)
  3. index.js呈现AppContainer(todomvc使用root.js)
  4. 我想知道这是否是这样做的,或者是否最好直接在AppView中重写App功能(换句话说,完全摆脱App组件)。

0 个答案:

没有答案