docs icon indicating copy to clipboard operation
docs copied to clipboard

document Lifecycle of a Vue component using Vue principles and tech terminology better

Open via-lars opened this issue 3 years ago • 0 comments

  • Current documentation:

    • https://v3.vuejs.org/guide/instance.html#lifecycle-diagram
  • Wanted knowledge:

    • how does a component play together with v-if when the condition becomes true / false.
    • what happens with data: is it recreated every time? is it read from cache / is it put to sleep only?
  • Additionally:

    • place the lifecycle more prominently, give it its own main point

via-lars avatar Aug 24 '21 10:08 via-lars