What problem does it solve?
This Skill provides a comprehensive guide to architecting and building robust, native desktop applications using Tauri and React, covering best practices for Rust and TypeScript integration, data flow, and macOS-specific features.
Core Features & Use Cases
- Architecture Guidance: Understand where to place code (Rust vs. TypeScript) for optimal performance and maintainability.
- Native Feature Integration: Learn how to leverage macOS-specific APIs for menus, shortcuts, and window management.
- Data Management: Implement efficient data storage and communication patterns using SQLite and TanStack Query.
- Use Case: A developer needs to build a cross-platform desktop app with a native feel, requiring features like global shortcuts and system tray integration. This guide will help them structure the project correctly and implement these features efficiently.
Quick Start
Use the tauri-guide skill to understand the Rust vs. TypeScript code placement decision framework.