Replies: 2 comments 2 replies
-
@martpie There's also Preact, which tries to expose the same React API in around 3kb. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is this now! https://github.com/agmmnn/tauri-controls |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Important
March 5th 2024: work is in good progress although there are a few important blockers. See progress and what's left here #753
I've been playing a little bit with Tauri and it seems an early, but very nice solution. It has less APIs but look much more frameworky than Electron (binaries compilation included, etc).
I don't think we can re-use 1:1 compared with Electron, and we may lose some features along the way, but consuming 5 times less RAM and dividing binary size by 15 seem like awesome things to have.
edit: Please see #753 for the list of leftovers. There are a bunch of broken features, hardly fixable.
I am also thinking on switching to something lighter than React. The main reason is I'm going to have to rewrite a good part of the React codebase, so if there's a way to simplify this part as well, why not?Early results below:
2024-09-05
Most features are working % hard problems to solve. Missing features may be removed.
2024-02-22
I have a loading version of Museeks working + library import from UI working. Everything else is broken.
2024-02-19
I started experimenting again with Tauri 2.0 beta. My goal is to have a minimal version of Museeks running on Tauri quickly (ID3 scan + DB + basic player), but with many features/integrations broken. I really hope to be able to keep the momentum, this is a fun change.
2023-05-26 (yes, one year later)
We'll keep React, changing both is too much work. My strategy is to use the same UI but change the backend, then revamp the UI (#640), then maybe, move to Solid (probably not gonna happen)
2022-05-28
rust-id3
and forkedaudiotags
)2022-05-24
Beta Was this translation helpful? Give feedback.
All reactions