-
If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
https://reactjsexample.com/markdown-note-maker-with-git-sync-using-tauri/ https://github.com/jeeinn/tauri-markdown https://github.com/sakelog/tauri_markdown_preview
-
https://reactjsexample.com/markdown-note-maker-with-git-sync-using-tauri/ https://github.com/jeeinn/tauri-markdown https://github.com/sakelog/tauri_markdown_preview
-
If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.
Related posts
-
Why Are Tech Reporters Sleeping on the Biggest App Store Story?
-
Using Dioxus with Rust to build performant single-page apps
-
Dioxus: Fullstack GUI library for desktop, web, mobile, and more
-
Ask HN: React Native or Flutter for a new app in 2023?
-
Building cross-platform Rust for Web, Android and iOS – a minimal example