소개
This skill provides specialized patterns and best practices for managing complex state in Electron renderer processes using the Jotai library. It enables developers to implement sophisticated 'Hybrid Atoms' that seamlessly bridge real-time IPC data streams with standard HTTP fallbacks, ensuring responsive and consistent user interfaces. By enforcing rules like synchronous getters and debounced handlers, it helps prevent UI thrashing and ensures that state mutations correctly trigger UI refreshes, making it essential for building robust desktop applications with Claude Code.