streamich/react-use

useWindowSize callback

Aperta

#915 aperta il 21 gen 2020

 (7 commenti) (2 reazioni) (0 assegnatari)TypeScript (3273 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (43.979 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

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

Guida contributor