DEV Community

Yvan Sraka
Yvan Sraka

Posted on

 

KISS alternatives to RN & Electron

I want to develop a small GUI app that I want to package to mobile devices (iOS & Android) and desktops Microsoft Appx / macOS App Store / Flatpak directory.

I have in my team junior web developers knowing to ReactJS in the first place, so I’m thinking about playing with React Native and Electron.

But since my app does not care about accessing native capacities of devices I’m looking for something more minimalist that would not require a big learning effort for my coworkers, I’m thinking after searching the web about using preact and ultralight but I’m not sure it makes my point and I’m open to any suggestions :)

Top comments (2)

Collapse
 
courses37090997 profile image
Courses • Edited

You can use react website code into electron with few changes since it is a trimmed chromium browser.
Electron js has good documentation too.

Collapse
 
lifelongthinker profile image
Sebastian

Electron isn't much of a steep learning curve. But it is definitely not lightweight in terms of runtime specs (memory footprint).

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git