DEV Community

Discussion on: 🔥 Why I chose Tauri instead of Electron 🔥

Collapse
 
raddevus profile image
raddevus

This is a very interesting article.

I've written a cross-platform Password generator / manager using ElectronJS & I've deployed it successfully to Microsoft app store for easy install on Win10 (FREE). I've also deployed it to Snapio for Linux desktop distros (FREE).

Does Tauri make it easy to deploy to app stores? Just curious. ElectronJS is a pain when it comes to upgrading the libraries.
Also, I just wrote up an article here on dev.to (Software Developer, Are You Just A Hammer?) I'd appreciate it if you took a look at it. Thanks

Collapse
 
goenning profile image
Guilherme Oenning

Hey raddevus! Thanks for your comment.

I don't distribute my apps to any store, so I'm not familiar with the process. But I've seen articles where people they explain how they published a Tauri app to a store, so it's definitely possible!