File tree Expand file tree Collapse file tree 12 files changed +153
-1
lines changed Expand file tree Collapse file tree 12 files changed +153
-1
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,17 @@ Build with Frameworks
19
19
Electron </frameworks/electron>
20
20
Flutter </frameworks/flutter>
21
21
Maui </frameworks/maui>
22
+ .NET </frameworks/dotnet>
22
23
SwiftUI </frameworks/swiftui>
23
24
24
25
The following pages contain information about building with specific
25
26
frameworks using Atlas Device SDK:
26
27
27
28
- :ref:`sdks-build-with-react`
28
29
- :ref:`sdks-build-with-react-native`
29
- - :ref:`sdks-build-with-nextjs`
30
30
- :ref:`sdks-build-with-electron`
31
31
- :ref:`sdks-build-with-flutter`
32
32
- :ref:`sdks-build-with-maui`
33
+ - :ref:`sdks-build-with-dotnet`
34
+ - :ref:`sdks-build-with-react-native`
33
35
- :ref:`sdks-build-with-swiftui`
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-access-atlas:
2
+
3
+ ============
4
+ Access Atlas
5
+ ============
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-api-reference:
2
+
3
+ ===================================
4
+ API Reference
5
+ ===================================
6
+
7
+ .. toctree::
8
+ :titlesonly:
9
+
10
+ JavaScript SDK Reference (@realm) <https://www.mongodb.com/docs/realm-sdks/js/latest/>
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-install:
2
+
3
+ ===================================
4
+ Install @realm/react in a React App
5
+ ===================================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-manage-users:
2
+
3
+ ============
4
+ Manage Users
5
+ ============
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-model-data:
2
+
3
+ ==========
4
+ Model Data
5
+ ==========
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-manage-database-files:
2
+
3
+ ============================
4
+ Open & Manage Database Files
5
+ ============================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-quick-start:
2
+
3
+ ============================
4
+ Quick Start for @realm/react
5
+ ============================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-react-to-changes:
2
+
3
+ ================
4
+ React to Changes
5
+ ================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
Original file line number Diff line number Diff line change
1
+ .. _sdks-react-read-write:
2
+
3
+ =================
4
+ Read & Write Data
5
+ =================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ Placeholder page for information about building with @realm/react. (This may
14
+ be a directory as we have two pages for this?)
You can’t perform that action at this time.
0 commit comments