In the flux architecture, is it common practice to grab data from a store in an action creator? If not, would that mean that it's better to pass all needed data for network calls in through the component params?
I have an application that has a 3 level deep component, and just wondering how realistic it is to copy data from level 1 to level 3.
Any explanation would be greatly appreciated.