jcperez-ch / flaxs

const Flaxs = Flux + Redux.principles();
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Create a subfolder with examples #6

Open jcperez-ch opened 8 years ago

jcperez-ch commented 8 years ago

We need examples, at least to show the following:

Examples folder will start from the react-hot-boilerplate, so it will be easy to integrate with react and hot-reloading for tests.

jcperez-ch commented 8 years ago

Initial work for the examples folder using react-hot-boilerplate is done in https://github.com/jcperez-ch/flaxs/pull/14

jcperez-ch commented 8 years ago

@tomzmtl would it make sense to have a different project for this? some kind of flaxs-examples on github? examples/ folder seems heavier than the actual source code.

tomzmtl commented 8 years ago

I think both approaches are valid.. I'd rather avoid fragmenting the resources but if the footprint of the examples gets out of control I can see it as a separate repo.