BinaryMuse / fluxxor

:hammer_and_wrench: Flux architecture tools for React

Home Page:http://fluxxor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluxxor.Flux.Stores to access stores?

drobtravels opened this issue · comments

I'm writing a function that needs to pull data from all current stores for error reporting purposes.

I see that the Flux object has a stores attribute, which provides all of the data I need to implement this function, but it is not documented anywhere.

I just wanted to check if this was an anti-pattern or something you plan to change soon. If so is there another recommended way to access every store registered with the flux instance?

Added a new Flux#getAllStores() method in v1.7.0.