FETCH is polyfill for browsers which don't have fetch function (caniuse.com/#search=fetch). It will add fetch function to your browser window object.
While isomorphic-fetch is implementation of fetch for both node.js and browser, built on top of fetch polyfill.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…