πππ 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
unocss
config inbuild
section - feat: added
eager
property for middleware (eager middleware allow you to handle the static file/code transpile requests) - feat(framework/vue): support
_app.vue
and_404.vue
#466 - feat(HMR): updated client routes by HMR #472
- refactor: rewrote
applyUnoCSS
function - fix: avoid setting userAgent when it's already set #473
- fix: propagate SIGINT to child process #474
β€οΈ Huge thanks to @linbingquan @pipiduck @kt3k