Skip to content

Instantly share code, notes, and snippets.

View miladjamali's full-sized avatar
:octocat:

Milad Jamali miladjamali

:octocat:
  • js developer at ZARELA
  • istanbul
View GitHub Profile

The hook

useScrollPosition.js:

import { useRef, useLayoutEffect } from 'react'

const isBrowser = typeof window !== `undefined`

function getScrollPosition({ element, useWindow }) {