We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8579a commit a40025dCopy full SHA for a40025d
src/routes/reference/secondary-primitives/create-reaction.mdx
@@ -56,9 +56,9 @@ Returns a function that executes `tracking` and records its dependencies for a s
56
57
## Behavior
58
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.
+- Each call to the returned function records dependencies read during `tracking`.
+- `onInvalidate` runs untracked on the first change to any recorded dependency.
+- On the server, the returned function just executes `tracking`.
62
63
## Examples
64
0 commit comments