UsefulLinks
Computer Science
Web Development
Frontend Frameworks and Libraries
Svelte Framework
1. Introduction to Svelte
2. Svelte Component Fundamentals
3. Basic Reactivity System
4. Template Syntax and Expressions
5. Control Flow and Conditional Rendering
6. Event Handling System
7. Component Communication
8. Advanced Component Features
9. Data Binding System
10. Advanced Reactivity
11. Styling and CSS
12. Component Lifecycle
13. State Management with Stores
14. Animations and Transitions
15. SvelteKit Framework
16. Development Tools and Workflow
17. Performance Optimization
18. Deployment and Production
7.
Component Communication
7.1.
Parent to Child Communication
7.1.1.
Props Passing
7.1.2.
Prop Validation
7.1.3.
Prop Type Checking
7.2.
Child to Parent Communication
7.2.1.
Event Dispatching
7.2.1.1.
createEventDispatcher Function
7.2.1.2.
Custom Event Creation
7.2.1.3.
Event Data Payload
7.2.2.
Event Forwarding
7.2.2.1.
Component Event Listeners
7.2.2.2.
Event Bubbling
7.2.2.3.
Event Handler Chaining
7.3.
Context API
7.3.1.
setContext Function
7.3.1.1.
Context Key Definition
7.3.1.2.
Context Value Setting
7.3.1.3.
Context Scope
7.3.2.
getContext Function
7.3.2.1.
Context Value Retrieval
7.3.2.2.
Context Consumption
7.3.2.3.
Context Inheritance
7.3.3.
Context Use Cases
7.3.3.1.
Theme Management
7.3.3.2.
Configuration Sharing
7.3.3.3.
Service Injection
Previous
6. Event Handling System
Go to top
Next
8. Advanced Component Features