Sign in
Log inSign up

What is the best way to connect a React/Redux app with Backend APIs?

Nirmalya Ghosh's photo
Nirmalya Ghosh
·Jan 15, 2017

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?