Adding no results and loading messages
If we load our project on a slow internet connection, there will be a moment where the app has rendered, but no movies are shown while the API request is waiting to resolve.
In this video, we'll improve the UX here by adding a "Loading" message. We'll also adding a "No results" message for situations where the user filters too aggressively.
Slow networks
Since we're using a local dev server our app loads atypically fast since the browser and server are on the same machine.
Click to load comments...