UsefulLinks
Computer Science
Web Development
Frontend Frameworks and Libraries
Vue.js Framework
1. Introduction to Vue.js
2. Development Environment Setup
3. Vue Application Fundamentals
4. Reactivity System Deep Dive
5. Template Directives
6. Conditional Rendering
7. List Rendering
8. Event Handling
9. Form Input Binding
10. Class and Style Bindings
11. Component Fundamentals
12. Advanced Component Patterns
13. Component Communication
14. Composition API
15. Vue Router
16. State Management with Pinia
17. Testing Vue Applications
18. Build Tools and Development
19. Advanced Topics
20. Deployment and Production
13.
Component Communication
13.1.
Parent-Child Communication
13.1.1.
Props Down
13.1.2.
Events Up
13.1.3.
v-model on Components
13.1.4.
.sync Modifier (Vue 2)
13.2.
Provide/Inject
13.2.1.
Dependency Injection
13.2.2.
Ancestor-Descendant Communication
13.2.3.
Reactive Injection
13.2.4.
Injection Keys
13.3.
Event Bus Pattern
13.3.1.
Global Event Bus
13.3.2.
Component Event Bus
13.3.3.
Event Bus Limitations
13.4.
State Management Patterns
13.4.1.
Shared State
13.4.2.
State Lifting
13.4.3.
State Normalization
Previous
12. Advanced Component Patterns
Go to top
Next
14. Composition API