Svelte Learning Path
Welcome to this self-learning resource for Svelte. This project will help you learn Svelte step by step with practical examples.
Getting Started
Start your Svelte journey by exploring these core concepts:
- Svelte Basics - Components, reactivity, and props
- Component Lifecycle - Understanding component lifecycle
- Events and Bindings - Handling user interactions
- Svelte Stores - State management in Svelte
- Advanced Techniques - Animations, transitions, and more
- SvelteKit Routing and SSR - File-based routing and server-side rendering
- Authentication with Laravel - Integrate Sanctum/Passport auth
- API Integration Techniques - Connect to Laravel backend
- Form Handling and Validation - Build and validate forms
- Real-time Features with WebSockets - Add real-time functionality
About This Project
This project is designed to help you learn Svelte before building a SaaS tool that integrates with Laravel API.
Built with SvelteKit - Official Documentation