From the course: Learning Vue.js

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - Vue.js Tutorial

From the course: Learning Vue.js

Start my 1-month free trial

Next steps

- [Michael] I'll leave you now with a few ideas for where to focus next if you're interested in learning more and growing as a Vue developer. First, even if you're the type of learner who doesn't always find value in reading through guides and documentation I would suggest at least giving the Vue Guide a try. It's known for being very well-written and user-friendly and it will reinforce the concepts covered in this course while exposing you to the ones that we didn't have time to get to. One thing you'll see in there that was, perhaps, conspicuously absent from this course is a discussion of the Vue lifecycle. This describes how Vue instances are created, mounted and the process of updating data and re-rendering the DOM based on Vue's in memory representation of elements known as the Virtual DOM. If we had been using an API to fetch data for our example app, I would likely have used the created hook shown here. This…

Contents