Dynamic Forms with Vue.js
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

Preserve Component State

In this lesson, we're taking a look at a powerful Vue.js feature - the keep-alive component - that allows us to preserve a dynamic component's state.

This feature is perfect in our dynamic form, as we want to be able to navigate back and forth without loosing the data. You can also argue that it is a mandatory user experience feature.