Persisting State
In this episode we are going to continue the checkout process and learn how to automatically persist state in Vue and Vuex
Now we are going to create a confirmation page for our users on which we are going to be displaying all the necessary information, this will be done in the preparation for the next video in which we are going to create the actual reservation.
We are also going to learn how to automatically persist the state in our Vue and Vuex application.