DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Familiarity with ReactReact hooksTypeScript basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
The request is to add a `loading` prop to the InfiniteScroll component to allow external control over loading state. The current implementation determines loading from `loadMore` function. Look at the component source in `src/components/infinite scroll/` to understand the existing logic. Then add the prop, update TypeScript types, and integrate it so that when the prop is provided, it overrides the internal state. The issue has comments suggesting implementation approaches; review those for guidance. The assignee may have already started work. Coordinate with them to avoid duplication.