angelle-sw / use-axios-client

Make axios requests in React using hooks.

Home Page:https://use-axios-client.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document browser support and polyfills

zxqx opened this issue · comments

commented

We should document which browsers we support -- doesn't need to be in the README necessarily, but maybe a section or page on the docs site.

My thought is that we should target the same browser support as axios itself.

Another caveat is that axios makes it a consumer responsibility to polyfill Promise -- we should consider surfacing this in our docs as well.