Challenge: API States
Practice what we’ve learned about the API states.
We'll cover the following...
Problem statement
Displaying appropriate feedback during API requests can improve user experience, as users are not left wondering if anything is happening on the website in response to their actions. Therefore, it’s a good practice to display some kind of feedback, such as a loader or message during an API request and then a success or an ...
Ask