facebookarchive / flux

Application Architecture for Building User Interfaces
https://facebookarchive.github.io/flux/
Other
17.47k stars 3.46k forks source link

how to combine two store in a common store #457

Closed rathorebs closed 6 years ago

rathorebs commented 6 years ago

I want to call states from two store in component but state didn't update so Please suggests me any solution how to call multiple stores in single component or how to combine stores in common store

kyldvs commented 6 years ago

The Flux TodoMVC example has a container using multiple stores, check it out here: