Skip to content

Commit 0dee3b8

Browse files
committed
Tweak lift description
1 parent 9789331 commit 0dee3b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/common/RECIPES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ The framework uses a reactive programming model:
4343

4444
- `cell`: Represents a reactive state container that can be updated and observed
4545
- `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
46+
- `lift`: Similar to derive, but lifts a regular function to work on reactive values
4847
- `derive(param, function)` is an alias to `lift(function)(param)`
4948
- `handler`: Creates an event handler that always fires with up-to-date dependencies (possibly mutating them)
5049

0 commit comments

Comments
 (0)