5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,849 stars (12,849 stars)2,471 forks (2,471 forks)batch import
featurehelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- useSize hookdebounceReact hooks
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Review the implementation of the useSize hook in the repository (likely in packages/hooks/src/useSize). Examine how other hooks in alibaba/hooks implement debounce (e.g., useDebounce). Check the comments on issue #2647 for any additional context or requested API details. Propose a debounce option parameter for useSize, similar to how useDebounce is used in other hooks.