Skip to content

Commit 2e45eaa

Browse files
DominicGBauerDominicGBauerbenitav
authored
feat: add electron web demo (#154)
Co-authored-by: DominicGBauer <[email protected]> Co-authored-by: benitav <[email protected]> Co-authored-by: benitav <[email protected]>
1 parent 434c8a1 commit 2e45eaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+9374
-21008
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
5555
- [demos/example-vite](./demos/example-vite/README.md): A minimal example demonstrating bundling with Vite.
5656
- [demos/example-nextjs](./demos/example-nextjs/README.md): An example demonstrating setup with Next.js.
5757

58+
### Electron
59+
60+
- [demos/example-electron](./demos/example-electron/README.md) An Electron example web rendered app using the PowerSync Web SDK.
61+
5862
## Tools
5963

6064
- [tools/diagnostics-app](./tools/diagnostics-app): A standalone web app that presents stats about a user's local database (incl. tables and sync buckets).

demos/django-react-native-todolist/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"react-native-safe-area-context": "4.8.2",
4747
"react-native-safe-area-view": "^1.1.1",
4848
"react-native-screens": "~3.29.0",
49-
"react-native-storage": "^1.0.1",
5049
"react-native-table-component": "^1.2.2",
5150
"react-native-url-polyfill": "^2.0.0",
5251
"react-native-vector-icons": "^10.0.0",

0 commit comments

Comments
 (0)