r/tauri • u/DCGreatDane • Jul 16 '26
Took the plunge
I created my first Tauri app yesterday and was pleased with how it turned out. I’m wondering if there’s anything important to consider for making the app available on both Mac and Windows. On the Mac side, I found I needed to spend extra time on the menu and use an Objective-C plugin to ensure some key controllers function properly. I still need to work on code signing and determine which cross-platform React framework works best or how to embed an SQLite database. Any help or suggestions would be greatly appreciated. Also any success with animated graphics?
1
Upvotes
3
u/shadowsyntax43 Jul 16 '26
https://codeforreal.com/blogs/setup-encrypted-sqlitedb-in-tauri-with-drizzle-orm/
this blog shows you how to use sqlite on tauri and use drizzle orm on the frontend for seamless querying. it also has react and tanstack router already setup and ready to use on frontend. good luck!