7 commentaires (7 commentaires)1 réaction (1 réaction)0 assignés (0 assignés)TypeScript12 849 stars (12 849 stars)2 471 forks (2 471 forks)batch import
help wanted
Description
想问下useVirtualList是否可以和useInfiniteScroll是否可以一起用?如果可以的话能不能提供个demo?
Guide contributeur
- Stack technique
- typescriptreact
- Domaine
- frontend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- half day
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- active
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- understanding of React hooksfamiliarity with useVirtualListfamiliarity with useInfiniteScroll
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 55
- Direction de recherche
- Review the source code of useVirtualList and useInfiniteScroll in the alibaba/hooks repository to understand their internal scroll handling and state management. Look for any conflicts or shared dependencies on scroll events. Check the comments on issue #2609 for any prior discussion or guidance from maintainers. Consider creating a minimal demo in a CodeSandbox to test compatibility, then document the findings.