streamich/react-use

useWindowSize callback

オープン

#915 opened on 2020/01/21

 (7 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (3,273 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (43,979 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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

コントリビューターガイド