Skip to content

Implement Infinite Scrolling for Order Book History #616

Description

@Fatimasanusi

The current order book history page loads all past transactions at once, causing significant performance degradation on the client side for heavily traded assets.

Acceptance Criteria:

  • Integrate React Query's useInfiniteQuery or Apollo's fetchMore.
  • Implement an intersection observer to trigger fetches when scrolling to the bottom of the list.
  • Update the GraphQL getOrderHistory resolver to accept limit and cursor arguments.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions