In this section of the book, we've covered quite a lot! We started with querying the Dropbox API to get a list of files and folders. We then moved on to adding navigation, allowing the user to click on folders and download files. We then introduced Vuex and the store into our app, which meant we could centralize the path, breadcrumb, and most importantly, cache the folder contents. Lastly, we looked at caching sub-folders and the file download link.
In the next section of the book, we are going to look at making a shop. This will include browsing products in a category and product pages using a new Vue plugin called Vue router. We will also look at adding products to a basket and storing both the product list and preferences in the Vuex store.