Features
- Hook
useAsyncEffect
: Use async function inuseEffect
. - Hook
useClipboardText
: Manage text content on clipboard. - Hook
useSelection
: Responds to user's text selection. - Hook
useUpdate
: Trigger effect after the component is updated.
Refactors
- Rename
useUpdate
touseUpdateDeps
.