Skip to content
AtomicReps

Navigation

22/25Frontend

Vue.js.

Vue 3 Composition API, reactivity, Pinia, Nuxt, and component patterns.

  • Vue.js · 1 of 3

    Directives & v-model

    Which directive is used to render raw HTML content in a Vue template?

  • Vue.js · 2 of 3

    Performance Optimization

    The compiler emits a bitmask on VNodes so the runtime skips unchanged parts of a subtree during diff. What is this optimisation called?

  • Vue.js · 3 of 3

    Lifecycle Hooks

    Inside onUpdated, you read a template ref and see a stale DOM value compared to the latest reactive state. Most likely cause?

Three of the 1,100 Vue.js questions in the bank.

Keep going with Vue.js, free
Next topic · 23/25Web Performance.