We have a react application with Flux architecture, I am searching any good library for sending http request like angular's $http, $resources.
You don't need something specific for React or Flux, you can use a regular CommonJS module. There are several you can use, my favourites are:
All the links include installation and usage