shakacode / old-react-on-rails-examples

Various example apps for React on Rails, outdated
1 stars 0 forks source link

Split dev prod #27

Closed Judahmeek closed 7 years ago

Judahmeek commented 7 years ago

One minor issue with this is that Flow doesn't like the conditional requires in store/index.js and Root.js, so I wasn't able to add it there. Without flow there though, there's no point in having flow in startup/App.js since it's not able to receive the types of Root or Store so I removed it from App.js as well.