DEV Community

Discussion on: Have you used "preact"? react's 3kb alternative

Collapse
 
marcellothearcane profile image
marcellothearcane

Have you heard of Tauri? It's like Elecron but 0.6Mb instead of 48Mb

Collapse
 
nombrekeff profile image
Keff • Edited

Ohh damn, I have not. I will look into it :)

How efficient is it when running it? Does it consume as much ram as Electron?
And does it use js as well or only Rust?

Collapse
 
marcellothearcane profile image
marcellothearcane

I haven't actually used it myself, a friend told me about it.

RAM is apparently loads less, but I'm not sure about Rust/Node.

Thread Thread
 
nombrekeff profile image
Keff

Okay, no problem, thanks nevertheless! I will look into it, I don't use Electron often, mainly because it's too heavy for small apps.