Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit cd0a20f

Browse files
committed
Add readme for examples
1 parent af62ac1 commit cd0a20f

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Monaco Editor
2+
3+
A web IDE written in Aleph.js, powered by [Monaco Editor](https://microsoft.github.io/monaco-editor/), deploy to [Deno Deploy](https://deno.com/deploy):
4+
5+
https://aleph-monaco-editor.deno.dev/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Suspense SSR
2+
3+
A demo for [New Suspense SSR Architecture in React 18](https://github.com/reactwg/react-18/discussions/37) with Aleph.js data fetching, deploy to [Deno Deploy](https://deno.com/deploy):
4+
5+
https://aleph-suspense-ssr.deno.dev/
6+
7+
> This demo is artificially slowed down. Open routes/index.tsx to adjust how much different things are slowed down.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# UnoCSS
2+
3+
Meet the builtin **atomic css** of Aleph.js, powered by [UnoCSS](https://github.com/unocss/unocss), deploy to [Deno Deploy](https://deno.com/deploy):
4+
5+
https://aleph-unocss.deno.dev/

examples/react-app/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# React App
2+
3+
A React demo application powered by Aleph.js in Deno, deploy to [Deno Deploy](https://deno.com/deploy):
4+
5+
https://aleph-hello.deno.dev/

examples/vue-app/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Vue App
2+
3+
A Vue demo application powered by Aleph.js in Deno, deploy to [Deno Deploy](https://deno.com/deploy):
4+
5+
https://aleph-vue.deno.dev/

0 commit comments

Comments
 (0)