-
Notifications
You must be signed in to change notification settings - Fork 6
reactiveObject()
Okku edited this page May 31, 2021
·
4 revisions
The reactiveObject()
method takes in an object and recursively converts each of its keys' values into reactive ones using the reactive()
method.
- Reactivity
-
Templating
- Props vs. attributes (
prop:
) - Adding event listeners (
on:
) - Getting a reference to an element (
Ref
) - Using state in templates
- Animating elements (
destiny:mount
,destiny:unmount
) [to be written]
- Props vs. attributes (
-
Components
- Usage in templates
- Managing state [to be written]
- Styling components
- Passing props [to be written]
register()