React View Logic Boundaries

Apply React View–Logic separation when creating, modifying, or refactoring components with multiple state variables, event handlers, Effects, async flows, or UI policy. Extract cohesive custom Hooks around meaningful use cases while preserving state ownership, minimal contracts, and readable JSX; do not split merely to reduce Hook count or create generic lifecycle wrappers.

siesdart feb2872 2 files · 10.1 KB Updated

File contents

siesdart/skills/tree/main/skills/react-view-logic-boundaries commit feb2872358

Frequently asked questions

npx skillmds@latest add siesdart/react-view-logic-boundaries