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 (website): add deployed examples to demos on website #2186

Merged
merged 5 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions website/demos/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Next.js
description: >-
Example of an Electric app using Next.js.
deployed_url: https://nextjs.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/proxy-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Proxy auth
description: >-
Example showing how to authorize access to Electric using a proxy.
deployed_url: https://proxy-auth.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/proxy-auth
image: /img/demos/proxy-auth-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: React
description: >-
Basic example of an Electric app using React.
deployed_url: https://basic.examples.electric-sql.com
source_url: https://github.com/electric-sql/electric/tree/main/examples/react
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Remix
description: >-
Example of an Electric app using Remix.
deployed_url: https://remix.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/tanstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Tanstack
description: >-
Example of an Electric app using Tanstack Query for optimistic state.
deployed_url: https://tanstack.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/tanstack
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
Binary file added website/public/img/demos/items-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading