Transition from Axios to Fetch API #43
Labels
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
📃 Description
We are in the process of migrating from Axios to the Fetch API in an effort to improve the compatibility of our libraries and reduce external dependencies.
💡 Motivation
The aim is to adapt our library to use Fetch, a native API of modern browsers and also available in Node.js environments from certain versions onwards. This allows us to have a more lightweight and standardized solution.
🚀 Benefits
❗ Requirements
For the use of the Fetch API in a Node.js environment, our library now requires Node.js version X or later due to Fetch API compatibility from this version onwards.
🏁 Conclusion
This change aligns with our commitment to adapt to modern standards, optimize our libraries, and deliver a more robust and efficient tool for our users.
🗣️ Feedback
We would love to hear your feedback and suggestions about this transition. Also, are there other areas of improvement we could consider for future updates?
The text was updated successfully, but these errors were encountered: