Electron:桌面应用壳与前端工程
- Electron 架构总览:主进程、渲染进程与进程间通信
- Electron 安全模型:nodeIntegration、contextIsolation 与 preload 脚本
- Electron 性能与资源管理:多窗口、多进程与懒加载
- Electron 原生体验:菜单、托盘、快捷键与通知集成
- Electron 更新与自动更新:发布渠道、版本与安全
- Electron 架构反模式与重构建议:从单文件主进程到分层本地服务
- Electron 作为 Linux 桌面壳:从 Kiosk 模式到伪桌面环境
- Electron 多窗口复杂应用的状态管理与通信
- Electron 跨平台差异与兼容性清单:Windows、macOS 与 Linux
- Electron 与数据库/文件系统的整合:配置、缓存与项目数据
- Electron 与本地后端/微服务的协作模式
- Electron 与前端框架的工程实践:以 React/Vue 为例