You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/preact/README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,19 @@ function CounterValue() {
51
51
52
52
### Hooks
53
53
54
-
If you need to instantiate new signals inside your components, you can use the `useSignal` or `useComputed`hook.
54
+
If you need to instantiate new signals or create new side effects on signal changes inside your components, you can use the `useSignal`, `useComputed`and `useSignalEffect` hooks.
Copy file name to clipboardExpand all lines: packages/react/README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,19 @@ function CounterValue() {
77
77
78
78
### Hooks
79
79
80
-
If you need to instantiate new signals inside your components, you can use the `useSignal` or `useComputed`hook.
80
+
If you need to instantiate new signals or create new side effects on signal changes inside your components, you can use the `useSignal`, `useComputed`and `useSignalEffect` hooks.
0 commit comments