Vue.js 3 Options API Masterclass
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!

Minor Improvements Before Introducing the Cloud Firestore

In this lesson, we'll continue to put our newly gained knowledge of "Dynamic Getters" to work for us by using the thread getter to fix the reply count on the Forum page.

We'll also extract the authUser getter to a more general use "user" getter in 2 simple steps and use the user dynamic getter to display the proper thread count and posts count under the user on the post cards. This simple refactor demonstrates the power and flexibility of well thought out and well executed code.