streamich/react-use

useWindowSize callback

Open

#915 ouverte le 21 janv. 2020

Voir sur GitHub
 (7 commentaires) (2 réactions) (0 assignés)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...
});

Guide contributeur