Skip to content

Instantly share code, notes, and snippets.

@francismarcus
Created October 23, 2020 08:37
Show Gist options
  • Save francismarcus/7768e4f8c9cf41c430c9ba1c228bd57f to your computer and use it in GitHub Desktop.
Save francismarcus/7768e4f8c9cf41c430c9ba1c228bd57f to your computer and use it in GitHub Desktop.
const useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment