streamich/react-use

useWindowSize callback

Open

#915 opened on 2020年1月21日

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

説明

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

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

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