react-haiku
react-haiku copied to clipboard
[FEAT] Create <InfiniteScroll /> utility component
Description: Develop an <InfiniteScroll /> utility component that facilitates infinite scrolling behavior, dynamically loading more content as the user scrolls.
Acceptance Criteria:
- [ ] The <InfiniteScroll /> component should detect when the user reaches the bottom of the page or a designated scrollable container and trigger a callback function to load additional content.
- [ ] It should support smooth loading animations and handle any loading errors gracefully.
- [ ] Provide options for customizing the loading indicator, loading threshold, and debounce/throttle behavior.
Please assign it to me.
@hmza98 done