As axios gets buggier and buggier from release to release, and is still in 0.x branch, we are looking already quite a long time for alternatives, I just stumpled upon gaxios. Has anyone experience with this already? It uses node-fetch on server, and native browser fetch on client, but has the same interface as axios itself.
I'm willing to fork this module and see if I can make a gaxios implenentation of it. What do you think? any pros/cons to this approach?
As axios gets buggier and buggier from release to release, and is still in 0.x branch, we are looking already quite a long time for alternatives, I just stumpled upon gaxios. Has anyone experience with this already? It uses node-fetch on server, and native browser fetch on client, but has the same interface as axios itself.
I'm willing to fork this module and see if I can make a gaxios implenentation of it. What do you think? any pros/cons to this approach?