Tauri v2 JavaScript Frontend Integration This skill covers integrating JavaScript frontend frameworks with Tauri v2 for desktop application development. Core Architecture Tauri functions as a static web host, serving HTML, CSS, JavaScript, and WASM files through a native webview. The framework is frontend-agnostic but requires specific configurations for optimal integration. Supported Application Types - Static Site Generation (SSG) - Single-Page Applications (SPA) - Multi-Page Applications (MPA) Not Supported Server-side rendering (SSR) in its native form. All frameworks must be configured f…