We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lift
1 parent 9789331 commit 0dee3b8Copy full SHA for 0dee3b8
docs/common/RECIPES.md
@@ -43,8 +43,7 @@ The framework uses a reactive programming model:
43
44
- `cell`: Represents a reactive state container that can be updated and observed
45
- `derive`: Creates a derived value that updates when its dependencies change
46
-- `lift`: Similar to derive, but lifts a regular function into the reactive
47
- graph
+- `lift`: Similar to derive, but lifts a regular function to work on reactive values
48
- `derive(param, function)` is an alias to `lift(function)(param)`
49
- `handler`: Creates an event handler that always fires with up-to-date dependencies (possibly mutating them)
50
0 commit comments