Getting a List of Files Using the Dropbox API Chapter 4
Try the app in your browser, you should notice the loading container fading out and the
file list fading in. Although in this basic example, the list jumps up once the fading has
completed, it's an example to help you understand using transitions in Vue.
Summary
In this chapter, we learned how to make a Dropbox viewer, which is a single-page
application that lists out files and folders from our Dropbox account and allows us to show
different folder contents by updating the code. We have learned how to add a basic loading
state to our apps and use the Vue animations for navigation.
In Chapter 5, Navigating through the File Tree and Loading Folders from the URL, we are going
to navigate through our app folders and add download links to our files.