Web
|
- Render directly to the DOM using WebAssembly
- Pre-render with SSR and rehydrate on the client
- Simple "hello world" at about 50kb, comparable to React
- Built-in dev server and hot reloading for quick iteration
|
Desktop
|
- Render using Webview or - experimentally - with WGPU or Freya (skia)
- Zero-config setup. Simply `cargo run` or `dx serve` to build your app
- Full support for native system access without IPC
- Supports macOS, Linux, and Windows. Portable <3mb binaries
|
Mobile
|
- Render using Webview or - experimentally - with WGPU or Skia
- Support for iOS and Android
- Currently quite experimental, with lots of improvements coming throughout 2024
|
Server-side Rendering
|
- Suspense, hydration, and server-side rendering
- Quickly drop in backend functionality with server functions
- Extractors, middleware, and routing integrations
- Static-site generation and incremental regeneration
|