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

chore(docs): update comparison.md #7703

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/framework/react/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Feature/Capability Key:
| Infinite Queries | ✅ | ✅ | ✅ | 🛑 | 🛑 |
| Bi-directional Infinite Queries | ✅ | 🔶 | 🔶 | 🛑 | 🛑 |
| Infinite Query Refetching | ✅ | ✅ | 🛑 | 🛑 | 🛑 |
| Lagged Query Data<sup>1</sup> | ✅ | ✅ | 🛑 | ✅ | ✅ |
| Lagged Query Data<sup>1</sup> | ✅ | ✅ | | ✅ | ✅ |
| Selectors | ✅ | 🛑 | ✅ | ✅ | N/A |
| Initial Data | ✅ | ✅ | ✅ | ✅ | ✅ |
| Scroll Recovery | ✅ | ✅ | ✅ | ✅ | ✅ |
Expand All @@ -48,15 +48,15 @@ Feature/Capability Key:
| Offline Mutation Support | ✅ | 🛑 | 🟡 | 🛑 | 🛑 |
| Prefetching APIs | ✅ | ✅ | ✅ | ✅ | ✅ |
| Query Cancellation | ✅ | 🛑 | 🛑 | 🛑 | ✅ |
| Partial Query Matching<sup>3</sup> | ✅ | 🔶 | 🛑 | ✅ | N/A |
| Partial Query Matching<sup>3</sup> | ✅ | 🔶 | | ✅ | N/A |
| Stale While Revalidate | ✅ | ✅ | ✅ | ✅ | 🛑 |
| Stale Time Configuration | ✅ | 🛑<sup>7</sup> | 🛑 | ✅ | 🛑 |
| Pre-usage Query/Mutation Configuration<sup>4</sup> | ✅ | 🛑 | 🛑 | ✅ | ✅ |
| Pre-usage Query/Mutation Configuration<sup>4</sup> | ✅ | 🛑 | | ✅ | ✅ |
| Window Focus Refetching | ✅ | ✅ | 🛑 | ✅ | 🛑 |
| Network Status Refetching | ✅ | ✅ | ✅ | ✅ | 🛑 |
| General Cache Dehydration/Rehydration | ✅ | 🛑 | ✅ | ✅ | ✅ |
| Offline Caching | ✅ | 🛑 | ✅ | 🔶 | 🛑 |
| React Suspense | ✅ | ✅ | 🛑 | 🛑 | ✅ |
| React Suspense | ✅ | ✅ | | 🛑 | ✅ |
| Abstracted/Agnostic Core | ✅ | 🛑 | ✅ | ✅ | 🛑 |
| Automatic Refetch after Mutation<sup>5</sup> | 🔶 | 🔶 | ✅ | ✅ | ✅ |
| Normalized Caching<sup>6</sup> | 🛑 | 🛑 | ✅ | 🛑 | 🛑 |
Expand Down
Loading