We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104d2d commit d670dfdCopy full SHA for d670dfd
README.md
@@ -14,6 +14,7 @@ Some demo apps deployed to [Deno Deploy](https://deno.com/deploy) with the new a
14
- React 18 Suspense SSR: https://aleph-suspense-ssr.deno.dev/
15
- UnoCSS(tailwind): https://aleph-unocss.deno.dev/
16
- Monaco Editor: https://aleph-monaco-editor.deno.dev/
17
+- Yew SSR: https://aleph-yew.deno.dev/
18
19
> **Source code**: https://github.com/alephjs/aleph.js/tree/main/examples
20
examples/yew-app/README.md
@@ -0,0 +1,8 @@
1
+# Yew App
2
+
3
+A [Yew](https://yew.rs/) SSR demo application powered by Aleph.js in Deno, deploy to
4
+[Deno Deploy](https://deno.com/deploy).
5
6
+🚀 Both CSR and SSR are using **[WebAssembly](https://webassembly.org/)**.
7
8
+https://aleph-yew.deno.dev/
0 commit comments