Skip to content

Instantly share code, notes, and snippets.

View acharyarupak391's full-sized avatar
🏠
Working from home

Rupak acharyarupak391

🏠
Working from home
View GitHub Profile

The hook

useScrollPosition.js:

import { useRef, useLayoutEffect } from 'react'

const isBrowser = typeof window !== `undefined`

function getScrollPosition({ element, useWindow }) {