What is the best way to connect a React/Redux app with Backend APIs?
What libraries do you use when you connect your app with the apis? Do you use any kind of wrappers or just call the api endpoint using axios/superagent? Is the idea of using a JSClient which fetches data for you (something like ember-data) better than using axios/superagent?