Handling events in Tauri

Learn the basics of sending and listening to events inside of Tauri.

Manage Global State in Tauri

Learn how to manage global application state in your Tauri application.

Tauri Command Fundamentals

Learn the fundamentals of communicated between your frontend and the Rust backend of your app.

Handling Errors in Tauri

This post will give an overview of handling errors in Rust and how to work with them inside your Tauri commands.

Cross-Platform PDF Generation with Rust, Tauri, and Python

Walk through building a library to generate PDFs for Tauri and Python.

Creating Windows in Tauri

Learn to build and customize app windows with Tauri.

Develop a Tauri plugin for Android

Learn how to build a custom Android plugin for Tauri

Setting Up Your Mac for Android Development Using Tauri

Learn how to configure your Mac for Android development using Tauri.

Building desktop apps with rust and htmx

Explore building Tauri applications with htmx

Use Vue devtools with Tauri

Learn how to debug your Vue code inside of your Tauri app.

Building a todo app in Tauri with SQLite and sqlx

Learn how to use sqlx and sqlite to build applications in Tauri.

Building a system tray app with Tauri

Discover how to build a system-tray exclusive application using Tauri.