Skip to content

Commit a40025d

Browse files
committed
update
1 parent 2b8579a commit a40025d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/reference/secondary-primitives/create-reaction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Returns a function that executes `tracking` and records its dependencies for a s
5656

5757
## Behavior
5858

59-
- The returned tracking function records dependencies read during `tracking`.
60-
- `onInvalidate` runs on the first change to any recorded dependency.
61-
- After invalidation, the reaction does not run again until the tracking function is called again.
59+
- Each call to the returned function records dependencies read during `tracking`.
60+
- `onInvalidate` runs untracked on the first change to any recorded dependency.
61+
- On the server, the returned function just executes `tracking`.
6262

6363
## Examples
6464

0 commit comments

Comments
 (0)