
Overall Layout
Learn how a Tauri v2 project organizes its frontend and Rust backend into a clean two-part structure and what a typical directory tree looks like.
Key Files and Directories Explained
Understand the purpose and role of every file and directory in a Tauri project's src-tauri folder.
Connecting Backend to Frontend (React JS + Vite)
Understand how the Rust backend and React frontend communicate in Tauri v2 using commands, events and shared state