banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider WebPack `DefinePlugin` for loading DevTools

banderson opened this issue · comments

Pros/Cons of this approach versus what I'm doing here, which has slight code duplication between two different containers, but seems a bit more straightforward for those new to the project.

On second thought, the latest implementation seems to work well enough, so we'll stick with that for now.

Possibly look into using the DefinePlugin to do something more elegant in a future version.