We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Use,
I want to browse tasks continuously,
so that I do not have to click a button to load more tasks
npm install react-infinite-scroll-component
fetchMoreData
TaskList
Task
InfiniteScroll
next
The text was updated successfully, but these errors were encountered:
add infinite scroll to tasks #27
706aeb7
- install infinite scroll component `npm install react-infinite-scroll-component` - create `fetchMoreData` in utils - in `TaskList` component, call `Task` inside `InfiniteScroll`, with `fetchMoreData` in the `next` prop
blahosyl
No branches or pull requests
As a Use,
I want to browse tasks continuously,
so that I do not have to click a button to load more tasks
Acceptance Criteria
Tasks
npm install react-infinite-scroll-component
fetchMoreData
in utilsTaskList
component, callTask
insideInfiniteScroll
, withfetchMoreData
in thenext
propThe text was updated successfully, but these errors were encountered: