React Skills for LlamaFarm Designer Best practices and patterns for React 18 development in the Designer subsystem. Tech Stack - React 18.2 with StrictMode - TypeScript 5.2+ for type safety - TanStack Query v5 for server state management - React Router v7 for client-side routing - TailwindCSS with and for styling - Radix UI primitives for accessible components - Vite for build tooling - Vitest + React Testing Library for testing Directory Structure Core Patterns Component Composition - Use composition over inheritance - Prefer small, focused components - Use for components that wrap DOM eleme…