banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Does it support immutableJS #37

Open udnisap opened 8 years ago

udnisap commented 8 years ago

Does this support immutableJS out of the box?

kevinold commented 8 years ago

Not yet, but I can submit a patch that would add this.

udnisap commented 8 years ago

I would like to have the react pure render mixin and all that bootstrapped so that a new user can start right away. I can help if needed too

banderson commented 8 years ago

@udnisap you can use immutable data in core redux now without any other libs. I will likely add some options to scaffold that out in the future, but you should be able to just install immutable and use it in the store/reducers.