6 ms·
Why is it Electron based when it’s not cross platform?
by asattarmd 6y ago
Why is it Electron based when it’s not cross platform?
- jordandearsley 6y agoWe chose to use Electron both so that we could build faster coming from a web development background, and to leave the option open to being cross-platform in the future. Even though its Electron, making it completely cross platform is non-trivial. A bunch of things are still platform specific (ex. the Windows menu bar works completely differently).