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...
});