Svelte Flashcards

1
Q

What is reactivity?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are reactive declarations?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why wont methods like splice trigger state updates? And how canw e get around this?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you declare props?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how do you handle DOM events?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can you declare event Handlers inline?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are event modifiers?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you crate component events?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is event forwarding and why do you need them?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does data flow in svelte?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the bind directive?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does svelte handle numeric inputs?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you bind a checkbox input?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you bind select inputs

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain group inputs

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain the component lifecycle in svelte.

A
17
Q

Explain onMount.

A
18
Q

Explain beforeUpdate and afterUpdate and how they are useful.

A
19
Q

Explain tick,.

A
20
Q

What is a store and when should it be used?

A
21
Q

How do you avoid memory leaks when subscribing to ‘svelte’ stores?

A
22
Q

Explain readable stores.

A
23
Q

Explain derived stores

A
24
Q

How do you create custom stores?

A
25
Q

Explain store bindings

A
26
Q
A