acdlite / flummox

Minimal, isomorphic Flux.
http://acdlite.github.io/flummox
1.69k stars 114 forks source link

FluxComponent should resubscribe if connectToStores or flux prop changes #94

Open acdlite opened 9 years ago

istarkov commented 9 years ago

If someone recreate store like observable subscriptions here https://github.com/facebook/react/issues/3398 (like but not the same) ?

acdlite commented 9 years ago

I heard through the grapevine that React 0.14 will be released soon-ish, so I'm going to hold off on this until it lands.

jeffcharles commented 9 years ago

I got bit by this too. Took a few hours trying to figure out why my app wasn't working. At the very least, maybe the docs should be updated to indicate FluxComponent is imperative and should be wrapped in a declarative component so this behaviour is less surprising.