My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

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?