react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 44 forks source link

Flux agnostic #18

Closed stylesuxx closed 8 years ago

stylesuxx commented 8 years ago

Hey @weblogixx, as you know I am right now working on a Redux generator on top of generator-react-webpack, which uses this repo as base.

Since Redux handles things slightly different I came across something:

I think it would be better to move run.js out of the components folder and into the src folder directly, for the following reasons:

TLDR: I would like to move /src/components/run.js to /src/index.js and adapt the config accordingly. If you too think that this makes sense, let me know and I will submit a PR.

weblogixx commented 8 years ago

Hi @stylesuxx,

sounds reasonable. I am currently on holidays, but will merge it as soon as I can :+1:

weblogixx commented 8 years ago

Hi @stylesuxx,

your pr is merged and available in a couple of hours with version 1.2 of the template.