Hacker News new | ask | show | jobs
by phereford 3994 days ago
From my initial readings and implementations of flux, it seems that actions should only really interact with stores through the dispatcher. To achieve uni directional data flow here, you could pass the DataSTore.loadingState from the component to the action.

Maybe I should ask before stating: What was the intention of coupling your store and action in this scenario?