jotai-reactive-atoms

Document Jotai atom patterns for reactive Electron UI with IPC-driven updates.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/naporin0624/claude-plugin-hono-electron --skill jotai-reactive-atoms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jotai-reactive-atoms
Source: https://github.com/naporin0624/claude-plugin-hono-electron/tree/main/skills/jotai-reactive-atoms
Command: npx skills add https://github.com/naporin0624/claude-plugin-hono-electron --skill jotai-reactive-atoms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill documents patterns for building reactive UI state in Electron using Jotai atoms with IPC-driven updates.

Core Features & Use Cases

  • Hybrid Atoms: Real-time IPC streams with HTTP fallbacks.
  • Stream Atoms: IPC subscription with onMount lifecycle.
  • Event Subscriptions: IPC listener sharing and cleanup.
  • Debouncing & Suspense: Smooth UI with debounced updates and Suspense-ready data.

Quick Start

Define IPC subscriptions via createEventSubscription, create a hybrid atom, and use it in a component with Suspense.