Skip to content

Instantly share code, notes, and snippets.

@yeonwooz
Last active December 19, 2021 09:05
Show Gist options
  • Save yeonwooz/c3056d5479736ba8469b083f035a7573 to your computer and use it in GitHub Desktop.
Save yeonwooz/c3056d5479736ba8469b083f035a7573 to your computer and use it in GitHub Desktop.
useMemo
const isTryingToCheck = useMemo(() => !status || status === 'unknown', [status])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment