2

I implemented flux on top of a create-react-app application using the flux todomvc example as the point-of-departure:

  1. AppView renders the create-react-app App component
  2. AppContainer exports AppView (just like the todomvc)
  3. index.js renders AppContainer (the todomvc uses root.js)

I'm wondering if that's the way to do it, or if it is better to rewrite the App functionality directly in AppView (in other words, get rid of the App component entirely).

Chuck Han
  • 594
  • 1
  • 6
  • 12

0 Answers0