Event names provide an automatic case transformation. We emit a ______ (case) event, but can listen for it using a ______ (case) listener in the parent.
When is it recommended to begin writing tests?
Which properties could the binding
argument contain?
What is it called when the DOM structure of the pre-rendered HTML does not match the expected output of the client-side app?
What are the two ways to define a plugin?
What does Client Hydration refer to?
What does SSG stand for?
You can ______ ______: one composable function can call one or more other composable functions. This enables us to compose complex logic using small, isolated units.
RxJS is a library for working with ______ .
What is Declarative Rendering?
What is the function that is used to only load a component from the server when it’s needed?
How can Single File Component (SFC) blocks declare pre-processor languages?
How are components typically structured?
How many top level <template>
blocks can a Single File Component (SFC) contain?
When does a computed property run its getter function?
Do component lifecycle hooks run on the server during Server Side Rendering (SSR)?
What is the first question you should ask before using Server Side Rendering (SSR)?
In