What makes people hate electron ?

This page summarizes the projects mentioned and recommended in the original post on /r/linux

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • tauri-vs-electron

    Discontinued A comparison of the two frameworks: is Tauri a better choice than electron in 2021?

  • Main advantage is that 400MB apps become more like 10MB. RAM and CPU usage are somewhat improved (webview is usually at least a bit more efficient than chromium), and startup times are a lot faster. Some of this is achieved by using compiled code to do heavy lifting, rather than electron’s JS-based versions. Full comparison here.

  • tauri

    Build smaller, faster, and more secure desktop applications with a web frontend.

  • Anybody who maintains electron-based apps should look at Tauri. It’s more or less drop in for electron, but uses system webview + gtk so it doesn’t need to ship a full browser.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • reactos

    A free Windows-compatible Operating System

  • Or look at ReactOS, which is Windows recreation from scratch and it's also rather small. Almost smaller than average Electron application. Linux also has its own small versions like DSL and Puppy.

  • Visual Studio Code

    Visual Studio Code

  • https://github.com/microsoft/vscode/issues/22900 is just a great example.

  • notable

    The Markdown-based note-taking app that doesn't suck.

  • There's exactly one non-webapp Electron-based application that I like and use semi-regularly -- Notable, because it has a skilled developer behind it, enough feature improvement to lure me away from KeepNote, and uses standard markdown files, so there's no lock-in to worry about. Every other Electron-based desktop app I've tried has been a fast uninstall.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Retaining notes after Obsidian (links)

    5 projects | /r/ObsidianMD | 11 Feb 2023
  • Azure Static Web App with React and Visual Studio Code

    2 projects | dev.to | 11 Feb 2023
  • Top 5 text editors for developers

    5 projects | dev.to | 4 Sep 2022
  • 9 most effective methods for learning JavaScript (or any other language)

    5 projects | dev.to | 25 Aug 2022
  • GitLab Pages development client setup with Visual studio Code

    2 projects | dev.to | 23 Jul 2022