-
Notifications
You must be signed in to change notification settings - Fork 2
π Learning SvelteKit Checklist
Nguyen Dang Khoa edited this page May 4, 2023
·
2 revisions
Learn Svelte here: https://learn.svelte.dev/tutorial
- β Introduction
- β
Reactivity
Updating arrays and objects
- β
Props
- remember
spread props
- remember
- β
Logic
-
keyed each
andawait
-
- Events
-
inline handlers
is bad, don't use -
Component events
-> can't understand
-
- Bindings
- Lifecycle
- Stores
- Motion
- Transitions
- Animations
- Actions
- Advanced bindings
- Classes and styles
- Component composition
- Context API
- Special elements
- Module context
- Miscellaneous
- β Next steps
- β Introduction
- Routing
- Loading data
- Headers and cookies
- Shared modules
- Forms
- API routes
- Stores
- β Errors and redirects
- Hooks
- β Page options
- β
Link options
data-sveltekit-preload-data
data-sveltekit-reload
- Advanced routing
- Advanced loading
- Environment variables
- β Conclusion
Easy to learn but some concepts might me difficult to understand.