File tree
94 files changed
+198
-185
lines changed- content/tutorial
- 01-svelte
- 01-introduction
- 01-welcome-to-svelte
- 02-your-first-component
- 03-dynamic-attributes
- 04-styling
- 05-nested-components
- 06-html-tags
- 02-reactivity
- 01-reactive-assignments
- 02-reactive-declarations
- 03-props
- 02-default-values
- 03-spread-props
- 04-logic
- 01-if-blocks
- 05-keyed-each-blocks
- 06-await-blocks
- 05-events
- 01-dom-events
- 02-inline-handlers
- 03-event-modifiers
- 04-component-events
- 05-event-forwarding
- 06-dom-event-forwarding
- 06-bindings
- 01-text-inputs
- 02-numeric-inputs
- 05-group-inputs
- 06-multiple-select-bindings
- 07-lifecycle
- 01-onmount
- 02-update
- 03-tick
- 08-stores
- 01-writable-stores
- 02-auto-subscriptions
- 03-readable-stores
- 04-derived-stores
- 05-custom-stores
- 06-store-bindings
- 02-advanced-svelte
- 01-motion
- 01-tweens
- 02-springs
- 02-transitions
- 01-transition
- 02-adding-parameters-to-transitions
- 04-custom-css-transitions
- 06-transition-events
- 08-key-blocks
- 03-animations/01-animate
- 04-actions/01-actions
- 05-bindings
- 05-bind-this
- 06-component-bindings
- 07-component-this
- 06-classes-and-styles
- 01-classes
- 04-component-styles
- 07-composition
- 02-named-slots
- 03-slot-fallbacks
- 04-slot-props
- 05-optional-slots
- 08-context/01-context-api
- 09-special-elements
- 02-svelte-component
- 03-svelte-element
- 04-svelte-window
- 08-svelte-head
- 09-svelte-options
- 10-svelte-fragment
- 11-misc/01-debug
- 12-next-steps/01-congratulations
- 03-sveltekit
- 01-concepts/01-introducing-sveltekit
- 02-routing/01-pages
- 03-loading-data
- 01-page-data
- 02-layout-data
- 04-headers-and-cookies
- 01-headers
- 02-cookies
- 06-forms
- 01-the-form-element
- 03-form-validation
- 04-progressive-enhancement
- 05-customizing-use-enhance
- 07-api-routes
- 01-get-handlers
- 02-post-handlers
- 03-other-handlers
- 08-stores
- 01-page-store
- 03-updated-store
- 09-errors-and-redirects
- 01-error-basics
- 03-fallback-errors
- 04-redirects
- xx-custom-error-messages
- 04-advanced-sveltekit
- 01-hooks
- 01-handle
- 02-event
- 03-handlefetch
- 04-handleerror
- 02-page-options
- 01-page-options
- 02-ssr
- 04-prerender
- 05-trailingslash
- 03-link-options
- 01-preload
- 02-reload
- src
- lib/server
- routes/tutorial/[slug]
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+198
-185
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 |
| - | |
| 22 | + |
0 commit comments