Github 正在使用 Electron 重写 Github Desktop。之前,在 Windows 和 macOS 上,Github 分别用各自平台的技术实现其客户端,如 Windows 使用 WPF。
Github Blog: https://github.com/blog/2362-announcing-git-integration-for-atom-and-github-desktop-beta
Github 工程师 blog: https://githubengineering.com/how-four-native-developers-wrote-an-electron-app/
Atom 也有 Github 集成 https://github.atom.io/
Github Desktop 项目地址: https://ithub.com/desktop/desktop 使用 TypeScript + React 并且注意到,应该大部分开发者使用 Visual Studio Code 开发。
很有意思。
