Skip to content
New issue

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

feat: add auto pagination #18

Merged
merged 5 commits into from
Jan 19, 2023
Merged

feat: add auto pagination #18

merged 5 commits into from
Jan 19, 2023

Conversation

shocota
Copy link
Owner

@shocota shocota commented Jan 18, 2023

Feature:

  • A pagination feature has been added, allowing for the loading of more than 25 items per group.
  • Items are now loaded only when they appear on the screen, reducing the number of API requests when there are multiple groups.

Known issues:

  • Error handling for fetch is weak.
  • There are many props and refs, resulting in high complexity code.
  • There are no automated tests yet.

resolve: #11
resolve: #12

@shocota shocota merged commit b882961 into main Jan 19, 2023
@shocota shocota deleted the feat/pagination branch January 19, 2023 14:33
github-actions bot pushed a commit that referenced this pull request Jan 19, 2023
# [1.1.0](v1.0.5...v1.1.0) (2023-01-19)

### Features

* add auto pagination ([#18](#18)) ([b882961](b882961))
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce heavy API request when page loading Auto paging items
1 participant