Skip to content

feat: imperative infinite queries #8648

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TkDodo
Copy link
Collaborator

@TkDodo TkDodo commented Feb 14, 2025

let's bring back imperative infinite queries, but only allow them in an all-or-nothing mode, dependent on if getNextPageParam has been passed

let's bring back imperative infinite queries, but only allow them in an all-or-nothing mode, dependent on if `getNextPageParam` has been passed
Copy link

nx-cloud bot commented Feb 14, 2025

View your CI Pipeline Execution ↗ for commit 644677e.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 2m 9s View ↗
nx run-many --target=build --exclude=examples/*... ❌ Failed 6s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-14 14:45:30 UTC

@riwu
Copy link

riwu commented Feb 26, 2025

Thanks for this! Can we get it merged? It's critical to our use case of using it with AgGrid's serverside row model.

@guy-blast
Copy link

Hey @TkDodo as @riwu said for us it is also important any update when it will be merged?

@sina-ss
Copy link
Contributor

sina-ss commented Apr 18, 2025

any update for this?

@sgtsquiggs
Copy link

This has failing tests - someone would need to fix those and mark this as ready to review.

@TkDodo
Copy link
Collaborator Author

TkDodo commented Apr 30, 2025

it’s a POC PR with intentionally failing tests, as the types have not been implemented at all.

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