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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Based on the [@mantine/hooks](https://github.com/mantinedev/mantine/tree/master/
52
52
-[x] use-click-outside
53
53
-[ ] use-clipboard
54
54
-[ ] use-color-scheme
55
-
-[] use-counter
55
+
-[x] use-counter
56
56
-[ ] use-debounced-callback
57
57
-[ ] use-debounced-state
58
58
-[ ] use-debounced-value
@@ -80,7 +80,7 @@ Based on the [@mantine/hooks](https://github.com/mantinedev/mantine/tree/master/
80
80
-[ ] use-intersection
81
81
-[ ] use-interval
82
82
-[ ] use-is-first-render
83
-
-[ ]use-isomorphic-effect
83
+
-[x]~~use-isomorphic-effect~~ (Solid's [`createEffect`](https://docs.solidjs.com/reference/basic-reactivity/create-effect) is actually isomorphic - it works in browser and server).
0 commit comments