Skip to content

Instantly share code, notes, and snippets.

View iamklim's full-sized avatar

Vladyslav Klymenko iamklim

View GitHub Profile

The hook

useScrollPosition.js:

import { useRef, useLayoutEffect } from 'react'

const isBrowser = typeof window !== `undefined`

function getScrollPosition({ element, useWindow }) {