feat: imperative infinite queries#8648
Conversation
let's bring back imperative infinite queries, but only allow them in an all-or-nothing mode, dependent on if `getNextPageParam` has been passed
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 4m 7s | View ↗ |
nx run-many --target=build --exclude=examples/*... |
❌ Failed | 2m 4s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-03 20:51:05 UTC
|
Thanks for this! Can we get it merged? It's critical to our use case of using it with AgGrid's serverside row model. |
|
any update for this? |
|
This has failing tests - someone would need to fix those and mark this as ready to review. |
|
it’s a POC PR with intentionally failing tests, as the types have not been implemented at all. |
5d7869e to
18a12ca
Compare
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |

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