Skip to content

Instantly share code, notes, and snippets.

@nobleach
Created September 29, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobleach/f6faf2f61b97c86cb654 to your computer and use it in GitHub Desktop.
Save nobleach/f6faf2f61b97c86cb654 to your computer and use it in GitHub Desktop.
// Add promise support for browser not supporting it
import es6Promise from 'es6-promise';
es6Promise.polyfill();
import fetch from 'isomorphic-fetch';
// or use axios
import axios from 'axios';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment