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.
1 parent 42bee6a commit 2581e1bCopy full SHA for 2581e1b
old pages/concepts/effects.mdx
@@ -28,7 +28,7 @@ When the value of `count` changes, the effect is triggered, causing it to run ag
28
29
Effects can be set to observe any number of dependencies.
30
Dependencies are what allow an effect to track changes and respond accordingly.
31
-These can include signals, variables, props, context, or any other reactive values.
+These can include signals, props, context, or any other reactive values.
32
When any of these change, the effect is notified and will run again to update its state.
33
34
Upon initialization, an effect will run _once_, regardless of whether it has any dependencies.
0 commit comments