this post was submitted on 29 Sep 2023
171 points (93.8% liked)
Firefox
20372 readers
169 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Personally I think they should revive Positron, their electron competitor, with the launch of Servo. If it has the same benefits of Firefox vs Chrome, I think people would love apps that are on the slimmer side
I don't see the point, especially when there's Tauri, which is a slim wrapper around whatever the default web view is on the target platform. That's about as slim as you can get.
Mozilla making it would merely be a Firefox-based Electron competitor, which would probably end up being similar in terms of size. I think that should happen, but the goal shouldn't be to make apps slimmer, but to make a real Electron competitor (i.e. something that packages the browser with the executable).
I've never heard of Tauri before. It's almost exactly what I would hope for from mozilla, and perfect for some of the apps I want to make. Ty!
You're welcome! I'm actually in the process of pitching it to my company to replace our Electron app, which has caused a bunch of problems for us.
Do you have a pros and cons between tauri and electron? Thank you
I'll just describe how they work, and you can decide the pros and cons for yourself.
Electron:
Tauri:
I want to move our app to Tauri because:
So since we don't need the features Electron offers, I want to use Tauri to reduce our maintenance overhead.