Vue Summer Talks

123456789101112
Across
  1. 1. Acronym name for .vue files?
  2. 4. What can be used to extract common functionality from a component to make it reusable? (plural)
  3. 7. Where do you define reactive properties in a component?
  4. 9. What will Vue 3.0 use to improve reactivity? (plural)
  5. 10. How is the automatic template updating process called?
  6. 11. What functions do we use to create templates with JS only?
  7. 12. What is the attribute used to determine dynamic components?
Down
  1. 1. How are the elements used to render components passed from parent to child components named?
  2. 2. What is the most popular solution for sharing global state?
  3. 3. Keyword used to attach reactive props, v-* ?
  4. 4. Name the syntax for displaying property values inside templates.
  5. 5. How are the custom attributes used to pass data down to child components named?
  6. 6. How are auto recomputing properties in Vue named?
  7. 8. How are text only formatters inside templates called? (plural)