React Flux Get Api data from remote service – Facebook api
I am trying to follow the flux architecture from the facebook sample found at https://github.com/facebook/flux/tree/master/examples/flux-todomvc Where is this architecture would you call your api to get data from a remote service? The AppContainer has a getState method which gets the…