flummox
flummox copied to clipboard
FluxComponent should resubscribe if connectToStores or flux prop changes
If someone recreate store like observable subscriptions here https://github.com/facebook/react/issues/3398 (like but not the same) ?
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.
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.