Post Graduation: axios
Learn to use the axios JavaScript library
axios is a third party library that makes working with remote APIs easier than using the built in fetch API.
Objectives
- Reinforce JavaScript
- Learn
axios - Practice APIs
Explorer Mode
- Read the documentation on
axios - Read the SDG quick reference guide on axios
- Update all your
fetchcode to use the simpleraxiosstyle. Also useasync/awaitas well, it works great with axios