Skip to content

Commit 131c67c

Browse files
authored
Update README.md
1 parent c17f5e3 commit 131c67c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TODO
22
- __STATE__
3-
- [x] usePrevious
3+
- [x] usePrevious (check if it's implementable with useDefferedValue)
44
- [x] useStateGetReset
55
- [x] useStateHistory
66
- [x] useStateHistoryGetter
@@ -26,7 +26,7 @@
2626
- [ ] useUpdate (force a rerender)
2727
- [ ] usePerformAction (thinking about name. This hook force to perform an action (like focusing an element) immediatly after a rerender)
2828
- __EVENTS__
29-
- [ ] useDebounce
29+
- [ ] useDebounce (check if it's implementable wirh useDefferedValue)
3030
- [ ] useThrottle
3131
- [ ] useEventListener
3232
- [ ] useActiveElement

0 commit comments

Comments
 (0)