This repository was archived by the owner on Jul 6, 2025. It is now read-only.
πππ A fresh Yew SSR application in Rust example added, both the CSR And SSR are using WebAssembly with great performance in modern browsers and serverless platform at edge.
Preview: https://aleph-yew.deno.dev/
Source Code: https://github.com/alephjs/aleph.js/tree/main/examples/yew-app
Other Changes
- BREAKING move
unocssconfig inbuildsection - feat: added
eagerproperty for middleware (eager middleware allow you to handle the static file/code transpile requests) - feat(framework/vue): support
_app.vueand_404.vue#466 - feat(HMR): updated client routes by HMR #472
- refactor: rewrote
applyUnoCSSfunction - fix: avoid setting userAgent when it's already set #473
- fix: propagate SIGINT to child process #474
β€οΈ Huge thanks to @linbingquan @pipiduck @kt3k
