Tauri File Management on Android

How to implement file management in a Tauri-based Android app. Introduction Recently, I decided to revive an old project of mine—a personal savings journal. Initially built with Next.js and ...
0 Read More

How to make your Tauri dev faster

Tauri lets us build cross-platform desktop apps using web stack. Compared to Electron, Tauri apps often have smaller bundle sizes and use less memory at runtime. That's why I usually pick Tauri for my...
0 Read More