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

Materialite, take 2 #9

Open
3 tasks
tantaman opened this issue Nov 13, 2023 · 0 comments
Open
3 tasks

Materialite, take 2 #9

tantaman opened this issue Nov 13, 2023 · 0 comments

Comments

@tantaman
Copy link
Owner

Integrate Materialite into Rails and/or this app.

The original pass:

Uncovered:

  1. A need for after and take so we can emit normal JS collections ([Dev Notes] Where we're going: Pagination, Hoisting and Backends vlcn-io/materialite#2)
  2. A need for sorted sources so we can
    1. Implement take and after
    2. Not have to sort the entire result set, allowing for fast query changes in addition to fast incremental updates.

Issues:

  • React virtualized tables are all offset based pagination. We need cursor based for after
  • Deletions can retract things from a window. We need the ability to pull more data from the source to re-fill a window
  • Count still requires scanning the entire dataset for initial count
  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant