If you reload the page, it will show the previous items almost immediately. The "dry" HTML will be shown while the Vue.js library is being loaded, then it will replace the static "dry" HTML with the fully functional web application.
To fully appreciate the experience, we simulate network delays by delaying the vue.js and application loading by 2 seconds. Notice the delay when an empty list item template is showing. Now check the box below and reload the page - you should see valid page even before the live web application has started.
Use hydration: Clear local storage