sycamore
tauri
sycamore | tauri | |
---|---|---|
70 | 480 | |
2,763 | 81,600 | |
1.0% | 1.7% | |
6.6 | 9.8 | |
2 days ago | 6 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sycamore
-
Building a Rust app with Perseus
Perseus is a fast frontend web development framework for Rust with built-in support for reactivity using Sycamore, server-side rendering, and much more. Sycamore is a frontend library that allows you to build interactive user interfaces with Rust. I’d say that Perseus is to Sycamore as Next.js is to React, so it’ll be helpful for you to have a fair understanding of Sycamore before jumping into using Perseus — although it’s not necessary to follow along in this article.
-
Announcing samba – a Rust full-stack assistant for ballroom dancers
Now, I considered whether to spend more time fixing everything that now failed in sycamore 0.9. But there are major changes ahead which would require yet another major refactoring, to the point where I am not sure whether it would not be more of a rewrite than a refactoring, given my previous experiences with sycamore.
-
Rust Tauri (inspired by Electron) 1.3: Getting started to build apps
Sycamore.
-
Want a web app to respond to local file changes. Is Tauri the solution here?
Sycamore, Yew, or Seed if you want a full-stack solution. (Or Leptos if you want something that's faster but less mature.)
-
Hey Rustaceans! Got a question? Ask here (16/2023)!
There are others, like Sycamore, similar story as Leptos but imo Leptos is (currently) more ergonomic.
-
Sycamore -a library for creating web apps in Rust and WebAssembly
Sycamore is a reactive library for creating web apps in Rust and WebAssembly. https://github.com/sycamore-rs/sycamore
-
Yew | What’s been your experience?
I tried my first project with yew as frontend. And my experience was after some time similar to the already mentioned ones: It is a little more to take on than I actually wanted. And some things were not straightforward to achieve. I switched to sycamore for the other projects now and I am much more satisfied (but this could also be since I have some more experience in the Rust ecosystem by now). Changing from yew to sycamore was pretty easy and I can achieve most of the tasks with less code.
-
Rust tech stack
If you want to do fullstack/SPA stuff, check out Sycamore, Seed, and Yew.
-
rust web dev??
If you want to do front-end SPA development, take a look at Yew, Seed, or Sycamore.
-
How Discord Stores Trillions of Messages
I have written a front-end (website) application in Rust that is used internally in production. I wouldn't recommend to use something like sycamore, leptos, dioxus, yew for you next puplic web-app now but i can absolutely see how this is used in the future as those libs mature.
tauri
-
Photino: A Better Electron
I'd really like to see it compared to Tauri [0] which is the established leader in this space.
0: https://tauri.app
-
Android Dev with web Tools: fastest way to production with Ionic React
Consider hybrid desktop applications using HTML, JavaScript, and CSS as a view via the webview. Go Wails, a very performant desktop development framework, is based on this idea. Similarly, Rust Tauri apps operate on this principle.
-
Tauri 2.0 Release Candidate
- the only thing that tripped me up, was that re-building the project didnt't work due to an colliding filename error, but I found a closed issue at their https://github.com/tauri-apps/tauri/issues/10192 which pointed me towards removing `rlib` from the crate-type, which solved that issue.
All in all quite a smooth experience, was done in an 1-2 hours or something, not sure.
-
Show HN: A modern Jupyter client for macOS
tauri-apps/tauri: https://github.com/tauri-apps/tauri :
> The user interface in Tauri apps currently leverages tao as a window handling library on macOS, Windows, Linux, Android and iOS. To render your application, Tauri uses WRY, a library which provides a unified interface to the system webview, leveraging WKWebView on macOS & iOS, WebView2 on Windows, WebKitGTK on Linux and Android System WebView on Android. ... Tauri GitHub action: https://tauri.app/v1/guides/building/cross-platform/#tauri-g...
CEF: Chromium Embedded Framework > External Projects: https://bitbucket.org/chromiumembedded/cef/src/master/README... : cefglue, cefpython: https://github.com/cztomczak/cefpython
ChromiumGtk WebView.cs ; cefglue: https://github.com/lunixo/ChromiumGtk/blob/main/Lunixo.Chrom...
-
Writing GUI apps for Windows is painful
Tauri[0] is another HTML/CSS/JS-converter that generates small binaries by relying on the presence of WebView. Works pretty well.
[0] https://tauri.app
-
Interview with Vitor Ayres, a Tauri Maintainer
Welcome to the first episode of our new series “Tauri Maintainers”, where we chat with Tauri maintainers.
-
Show HN: Unforget, the note-taking app I always wanted: offline first, encrypted
There's also Tauri which takes a similar approach but uses Rust. I've had good luck with it so far.
https://tauri.app/
-
Mozilla Corporation Org Changes to Accelerate Our Path to the Future
https://servo.org/ is seeing new development alongside https://tauri.app/ which seems like it could replace Electron, getting them a little closer to native speed and memory usage.
It'd be nice to see more and more of Servo integrated into Firefox. Web pages rendered at 120fps and fewer memory leaks in long-lived many-tabbed browser sessions would be lovely.
- Console Msgs in Tauri/.NET/WebView2: BuyNow Driver Initialized
-
My opinion on the Tauri framework
-- Tauri website
What are some alternatives?
yew - Rust / Wasm framework for creating reliable and efficient web applications
Wails - Create beautiful applications using Go
dioxus - Fullstack app framework for web, desktop, mobile, and more.
neutralinojs - Portable and lightweight cross-platform desktop application development framework
leptos - Build fast web applications with Rust.
perseus - A state-driven web development framework for Rust with full support for server-side rendering and static generation.
Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
rust-dominator - Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
js-framework-benchmark - A comparison of the performance of a few popular javascript frameworks
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.