There is no right way to design a GUI library, so ignore the people that insist you read a book and follow the paradigms it mentions to a T. In fact, we really need less of those OOP GUI libraries right now. Definitely try poke around with reactive, etc.
> It doesn't really matter if Electron has code you won't use.
It does matter very much when it negatively impacts your application's performance and user experience.
I definitely didn't dismiss the benefits Electron provides, in fact I completely acknowledge those benefits. The thing is, those benefits don't have to be exclusive to an unsuitable platform like Electron. What's stopping us from bringing that developer productivity to a desktop platform?
This post mostly focuses on app development for independent developers. However, these points are exaggerated even further for entire teams and companies where you actually have the time and resources to invest into the appropriate technologies instead of forcefully trying to reframe every development problem into a web problem (if all you have is a hammer...).