4
10Dev
3y

I wanted to build a custom notetaking app, because all the alternatives are shit

I have a decent bit of experience with web development, but I've never tried electron before

Anyway, I decide to go with electron, because it seems like the easiest choice for my skill set

I build most of the app, and it's all working pretty well, and so I go to bed for the night

I come back the next day, and now the motherfucker won't load and display HTML pages aside from the main one.

So I start debugging. I go through each line of code, each external link, all my dependencies, everything. There's no JS debug output, nothing

I leave for a few minutes to get a glass of water, and now all of the sudden it works again

And I don't even know what happened, how it got fixed, or what even caused it

Electron is weird

Comments
Add Comment