streamich/react-use

useWindowSize callback

Open

#915 建立於 2020年1月21日

在 GitHub 查看
 (7 留言) (2 反應) (0 負責人)TypeScript (43,979 star) (3,273 fork)batch import
enhancementgood first issuehelp wanted

描述

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

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

貢獻者指南