Jaime Jones

Frontend focused full stack enthusiast.

VueConfUS 2020 Summary

12 March 2020

I recently had the opportunity to speak at VueConfUS 2020. My talk covered the Vue lifecycle hooks and then some additional items such as nextTick, v-for, and refs.

The Vue Lifecycle

A post breaking down the lifecycle hooks can be found here.

nextTick

Coming soon! In the meantime, there was a talk at VueConfUS 2019 about nextTick that can be viewed here (and goes into more detail than my future post will)!

v-for and :key

A post I wrote for rimdev.io breaks this down in detail.

refs

A post summarizing the usage of the ref attribute can be found here.