teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Remove dependence on axios from fromtends #100

Open teleclimber opened 1 year ago

teleclimber commented 1 year ago

I don't think axios is bringing much to the table. There is a cut down version that is API-compatible https://www.npmjs.com/package/redaxios

We could also go straight to fetch-only, perhaps wrapped so that it takes care of common error conditions.