DEV Community

Discussion on: Tell us what your top unpopular tech opinion is 😈

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

When will the time come?

I personally don't really care about JavaScript, although I do care about WORA for both desktop, tablet and mobile; and no-installation needed.

Thread Thread
 
cryptoquick profile image
Distributed Hunter Trujillo

The future is now:
github.com/hecrj/iced

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

It seems to use WASM for mobile.

I am also looking for web browser alternatives, like Expo, actually. But Expo seems not to target desktop apps.

Cordova can integrates with Electron and also mobile, but it seems to reset every time mobile app is updated.

Thread Thread
 
cryptoquick profile image
Distributed Hunter Trujillo

The project is early on, but there's actually been efforts to make it Native. Also, Expo (Fancy React Native) is a terrible compromise, similar to those made by Electron, but exacerbated by the limitations of mobile hardware.

Check it out:

github.com/iced-rs/ios-examples

Notice the build target:

github.com/iced-rs/ios-examples/bl...