|
|
|
|
|
by nawgz
1361 days ago
|
|
> It's sad that the bar is so low these days that VSCode is considered acceptable. That takes 30 seconds to start up on my i5-8250U with MX150 graphics. Have you considered that your computer is the problem? I am running a dual-core MacBook Pro that usually hosts a docker-compose file running Postgres and Mongo, a few NodeJS services, and a React hot-reload server, and I can open a fresh or additional VSCode window in 5s. Or on my i7-6700k/1070 I was pulling it up within 2s I don't disagree with the idea you express about the internet connection though - it's frustrating to find all the things that should be locally cached and aren't, and all the places offline-first tech isn't applied that it would be beneficial. Fortunately airplanes have more and more wifi these days... |
|
I wouldn't say so, Elementary OS's built in code editor takes a few seconds at most to open a file
Then again, Electron is really slow (among other things), but anyways, regardless of the toolkit you're using, your app is still an overly complex .html page, doing things the DOM was never meant to do or programmed for, e.g. DOM traversal becomes slow. (Unless you use something like React Native, which is 'truly native', but mobile only)
Honestly the idea of web apps sounds a whole lot like trying to make a video editor app in MS Word