概要
Provides comprehensive architectural guidance for building robust Electron applications by combining the Feature-Sliced Design (FSD) methodology with modern React 19 features. It ensures a clean separation of concerns across the three-process model (Main, Preload, and Renderer) while enforcing strict layer responsibilities—from data-only entities to action-oriented features. Developers benefit from standardized file naming, modern React patterns like the use() hook and useActionState, and clear IPC communication strategies, making it ideal for scaling complex desktop applications.