flummox icon indicating copy to clipboard operation
flummox copied to clipboard

FluxComponent should resubscribe if connectToStores or flux prop changes

Open acdlite opened this issue 9 years ago • 3 comments

acdlite avatar Mar 15 '15 01:03 acdlite

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

istarkov avatar Apr 04 '15 10:04 istarkov

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.

acdlite avatar Apr 05 '15 01:04 acdlite

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.

jeffcharles avatar May 31 '15 18:05 jeffcharles