Closed kamescg closed 1 year ago
The axios module is bit outdated and better alternatives exist. Find an replace unnecessary axios instances with fetch or a more light-weight NPM fetching module.
axios
fetch
Completed by @marthendalnunes
The
axios
module is bit outdated and better alternatives exist. Find an replace unnecessaryaxios
instances withfetch
or a more light-weight NPM fetching module.