LeanKit-Labs / lux.js

Flux-based architecture for using ReactJS at LeanKit
MIT License
114 stars 14 forks source link

Added Support (and tests) for extended store constructors and store mixi... #48

Closed ifandelse closed 9 years ago

ifandelse commented 9 years ago

...ns that allow handler method name collision (each handler is queued and executed in the mixin order).

dcneiner commented 9 years ago

All tests passing locally, looks great!