From 35f844276ef04a0f9803358bc680c74e3d81f75f Mon Sep 17 00:00:00 2001 From: ANI <47685134+Anirudh-sk@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:57:57 +0530 Subject: [PATCH] Add tauri to frontend roadmap * Create 103 Tauri.md Tauri is a great alternative for electron.js. Its super fast and small and secure. A great option every developer must consider. * Add tauri docs Co-authored-by: Kamran Ahmed --- .../content/122-desktop-applications/101-tauri.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/roadmaps/100-frontend/content/122-desktop-applications/101-tauri.md diff --git a/content/roadmaps/100-frontend/content/122-desktop-applications/101-tauri.md b/content/roadmaps/100-frontend/content/122-desktop-applications/101-tauri.md new file mode 100644 index 000000000..2ddbe557f --- /dev/null +++ b/content/roadmaps/100-frontend/content/122-desktop-applications/101-tauri.md @@ -0,0 +1,7 @@ +# Tauri + +Tauri is a toolkit that helps developers make applications for the major desktop platforms - using virtually any frontend framework in existence. The core is built with Rust, and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps. + +Free Content +Tauri Website +Tauri Docs