Svelte Flashcards
1
Q
What is reactivity?
A
2
Q
What are reactive declarations?
A
3
Q
Why wont methods like splice trigger state updates? And how canw e get around this?
A
4
Q
How do you declare props?
A
5
Q
how do you handle DOM events?
A
6
Q
Can you declare event Handlers inline?
A
7
Q
What are event modifiers?
A
8
Q
How do you crate component events?
A
9
Q
What is event forwarding and why do you need them?
A
10
Q
How does data flow in svelte?
A
11
Q
What is the bind directive?
A
12
Q
How does svelte handle numeric inputs?
A
13
Q
How do you bind a checkbox input?
A
14
Q
How do you bind select inputs
A
15
Q
Explain group inputs
A