React Operations Comprehensive React skill covering hooks, component architecture, state management, Server Components, and performance optimization. Hook Selection Decision Tree Component Pattern Decision Tree State Management Decision Tree React 19 Quick Reference | Feature | API | Purpose | |---------|-----|---------| | hook | / | Await promises in render, read context conditionally | | Actions | | Async transitions with built-in pending state | | | | Action result + pending state | | | | Pending/data/method inside form | | | | Optimistic UI before server response | | React Compiler | Auto…