streamich/react-use

useWindowSize callback

Open

#915 opened on 2020年1月21日

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
 (平均マージ 1743d 9h) (30d で 1 merged PR)

説明

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

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

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