voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions
https://labs.voronianski.dev/flux-comparison/
2.79k stars 214 forks source link

Fluxxor sample #57

Closed ycdesu closed 9 years ago

ycdesu commented 9 years ago

hi, I implement a fluxxor example. There's a difference between the sample and fluxxor official starting guide. I use a higher order function to wrap the store watch mixin and it makes you can apply ES6 class to create a component. Thanks.