After this chapter, your app should now be integrated with Vuex and be caching the contents of the Dropbox folders. The Dropbox folder path should also be utilizing the store to make the app more efficient. We are also querying the API only when we need to.
In Chapter 7, Pre-Caching Other Folders and Files for Faster Navigation, we will look at precaching the folders—actively querying the API in advance to speed up the app navigation and usability.