Skip to content

docs: add migration guides from flutter_query and cached_query to Qora (#28, #29) - #42

Open
donfreddy wants to merge 1 commit into
mainfrom
docs/migration-guides-28-29
Open

docs: add migration guides from flutter_query and cached_query to Qora (#28, #29)#42
donfreddy wants to merge 1 commit into
mainfrom
docs/migration-guides-28-29

Conversation

@donfreddy

Copy link
Copy Markdown
Collaborator

Closes #28, closes #29

Description

Combined migration guide covering both flutter_query and cached_query to Qora migration paths in a single document.

Content

flutter_query (#28)

  • Side-by-side API comparison table
  • Key differences: cache model, error handling, offline support
  • 5-step migration: scope, queries, mutations, invalidation, key format

cached_query (#29)

  • Side-by-side API comparison table
  • Key differences: SWR vs manual refresh, previousData, offline queue, state model
  • 5-step migration: instantiation, streams, mutations, SWR adoption, offline queue

Shared patterns

  • DI setup with QoraScope.auto()
  • Query key normalization conventions
  • Global error boundary strategy with errorMapper

Available in EN (en/01.getting-started/7.migrating-from-other-libraries.md) and FR (fr/01.getting-started/7.migrating-from-other-libraries.md)

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

Successfully merging this pull request may close these issues.

docs: add migration guide from cached_query to Qora docs: add migration guide from flutter_query to Qora

1 participant