streamich/react-use

useWindowSize callback

Open

#915 opened on Jan 21, 2020

View on GitHub
 (7 comments) (2 reactions) (0 assignees)TypeScript (3,273 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (43,979 stars)
PR merge metrics
 (Avg merge 1743d 9h) (1 merged PR in 30d)

Description

Add ability to trigger a callback when the size is updated.

const { ... } = useWindowSize(() => {
...callback on resize...
});

Contributor guide