Are you still going to use the Electron JS framework for desktop?
Visual Studio Code and Skipe are some desktop apps made with electron. Pros: You can make beautiful desktop apps using HTML, CSS, JavaScript and any JavaScript framework. And your apps are cross platform (Windows, Linux, macOS). Cons: Every app you make come with a chromium and nodejs embedded, so your app consumes a lot of memory, CPU, and has bad performance, and easily hackable. No, I will not use Electron in 2020, I prefer .NET for Windows, unfortunately there is no possibility of cross platform desktop apps in .NET.