Skip to content

Commit bba8fe0

Browse files
author
Ahmed Hamouda
committed
feat(docs): add DataStore migration guide with Apollo Client patterns
- Add comprehensive migration guide index page for DataStore to Apollo Client - Add choose-strategy guide for migration approach selection - Add set-up-apollo guide for Apollo Client configuration - Add migrate-crud-operations guide for query and mutation patterns - Add migrate-relationships guide for handling data relationships - Add add-local-caching guide for persistent cache and optimistic updates - Add build-offline-support guide for offline-first functionality - Add advanced-patterns guide for complex migration scenarios - Update directory structure to include new migrate-from-datastore section with nested pages - Provides step-by-step guidance for developers transitioning from DataStore to Apollo Client
1 parent 1d451f5 commit bba8fe0

File tree

9 files changed

+4306
-0
lines changed

9 files changed

+4306
-0
lines changed

src/directory/directory.mjs

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,32 @@ export const directory = {
18611861
},
18621862
{
18631863
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/app-uninstall/index.mdx'
1864+
},
1865+
{
1866+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/index.mdx',
1867+
children: [
1868+
{
1869+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/choose-strategy/index.mdx'
1870+
},
1871+
{
1872+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/set-up-apollo/index.mdx'
1873+
},
1874+
{
1875+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-crud-operations/index.mdx'
1876+
},
1877+
{
1878+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/migrate-relationships/index.mdx'
1879+
},
1880+
{
1881+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/add-local-caching/index.mdx'
1882+
},
1883+
{
1884+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/build-offline-support/index.mdx'
1885+
},
1886+
{
1887+
path: 'src/pages/gen1/[platform]/build-a-backend/more-features/datastore/migrate-from-datastore/advanced-patterns/index.mdx'
1888+
}
1889+
]
18641890
}
18651891
]
18661892
},

0 commit comments

Comments
 (0)