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