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 8e62b0d commit f3f864bCopy full SHA for f3f864b
README.md
@@ -17,7 +17,7 @@ Check out some featured hooks:
17
18
- [🦾 `useMotor`](src/use-motor/) - Creates a motor and returns a binding, a function to set the goal, and a motor API
19
- [⏱️ `useAsync`](src/use-async/) - A hook that runs an async function and returns the result and status
20
-- [⚙️ `useProperty`](src/use-property/) - Tracks the state of one or more instance properties without refs
+- [⚙️ `useTagged`](src/use-tagged/) - Tracks and returns a list of all instances with the given tag
21
22
This package also exports some useful utilities:
23
0 commit comments