1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
ANI
2022-08-03 20:57:57 +05:30
committed by GitHub
parent 438b109ff8
commit c1b18f03fe

View File

@@ -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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://tauri.app/'>Tauri Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://tauri.app/v1/guides/'>Tauri Docs</BadgeLink>