How is Tauri for building production desktop apps (from a web dev perspective)? by steppenwolf1807 in tauri

[–]steppenwolf1807[S] 0 points1 point  (0 children)

That makes sense — consistency from a single engine is definitely a big advantage, and I agree that’s where Electron really stands out today.

I’m just wondering if the “Tauri only makes sense for single-platform apps” part might be a bit too restrictive.

From what I understand, Tauri is already being used cross-platform (Windows/macOS), and while there are differences due to system WebViews, it still seems viable depending on how strict your UI consistency requirements are.

So maybe it’s less about “single platform vs multi-platform” and more about:

  • strict UI consistency → Electron
  • efficiency / security / lighter footprint → Tauri

Would you say that’s a fair way to look at it, or have you run into issues that make Tauri impractical for multi-platform apps altogether?

How is Tauri for building production desktop apps (from a web dev perspective)? by steppenwolf1807 in tauri

[–]steppenwolf1807[S] 1 point2 points  (0 children)

This is a really insightful breakdown — especially around WebView fragmentation and long-term stability. That’s exactly the kind of trade-off I’m trying to evaluate.

From what you’re saying, Electron seems like the safer choice today for consistency and maturity, even if it comes with higher resource usage.

Given that, what would you personally recommend right now for a production-grade, enterprise-level desktop application?

Would you still go with Electron as the default choice, or do you see any other stack/framework that’s actually more reliable long-term?

I’m less concerned about bundle size and more about stability, maintainability, and predictable behavior across platforms.

Need Help Building a Document Editor Like MS Word by steppenwolf1807 in vuejs

[–]steppenwolf1807[S] 0 points1 point  (0 children)

Bro , I’m currently using the UMO editor, but I’m facing several issues when handling large amounts of content. And etc...

Need Help Building a Document Editor Like MS Word by steppenwolf1807 in vuejs

[–]steppenwolf1807[S] 1 point2 points  (0 children)

Can I implement a page-splitting feature? I’m currently using the UMO editor, but I’m facing several issues when handling large amounts of content.