streamich/react-use

useWindowSize callback

Open

#915 opened on Jan 21, 2020

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

Description

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

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

Contributor guide