Starting With Loading Subroutes
Here, you’ll learn how to create and use loading templates in an Ember application.
Tuning
When the app “boots up,” a request is sent to the backend to fetch the needed data. That might take some time, during which the user is not aware of what’s going on.
As the request is asynchronous, the user doesn’t even see a spinner in the browser tab. Therefore, it’s all the more important to display something while data is being fetched.
Showing errors is similar to showing progress. When something goes wrong in an app rendered on the backend, it is relatively easy to signal this to the user.
In the case of browser applications, ...
Access this course and 1400+ top-rated courses and projects.