Live data from Hacker News

Ask HN: Which app that shouldn't use Electron.js, yet it is?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Which app that shouldn't use Electron.js, yet it is?

#11
post #10

> are there any Electron.js app that you know, that really simple and shouldn't be using Electron, yet it is ? I could do a lot with a very fast Git GUI client that is able to index at least 50K - 100K+ commits that are pulled from its repository and to be able to bisect and find a regression or to search for a specific commit in the history. Unfortunately I have tried GitHub for Desktop, GitKraken and a VSCode exten…

How about Sublime Merge? [0]

From the guys behind Sublime Text. Amazingly fast (and native).

[0] https://www.sublimemerge.com/

Re: Ask HN: Which app that shouldn't use Electron.js, yet it is?

#12
post #10

> are there any Electron.js app that you know, that really simple and shouldn't be using Electron, yet it is ? I could do a lot with a very fast Git GUI client that is able to index at least 50K - 100K+ commits that are pulled from its repository and to be able to bisect and find a regression or to search for a specific commit in the history. Unfortunately I have tried GitHub for Desktop, GitKraken and a VSCode exten…

This to me just seems like Github Desktop and Gitlens are just poorly optimized for large repositories. If the git cli can handle large repositories, then so should the JS ones. There wouldn't be anything inherently bad about using electron for this.
Post reply on HN