UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

4 lines (3 loc) 67 B
export function httpResponseParser(res) { return res.json(); }