Where should ajax request be made in Flux app?

I’m creating a react.js application with flux architecture and I am trying figure out where and when a request for data from the server should be made. Is there a any example for this. (Not TODO app!)

6 Answers
6

Leave a Comment