reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

Many instances have the same structure store #465

Closed Flourad closed 8 years ago

Flourad commented 8 years ago

For instance, i have instance A, B, C, and i must use separate store for each instance. If the storeA、storeB、storeC are isomorphic, construct three stores has the same structure is redundant.Is there any good ideas to deal with the problem?

devinivy commented 8 years ago

I don't understand the issue very well– can you elaborate or be more specific? Reflux doesn't prescribe a structure for your stores.

devinivy commented 8 years ago

If you'd like to continue the conversation about this, please open an issue on reflux/discuss.