We have a react application with Flux architecture, I am searching any good library for sending http request like angular\'s $http, $resources.
Yes you can use the whatwg-fetch you have to install it using
whatwg-fetch
$ npm install whatwg-fetch --save
for more information please refer fetch