Tag: frontend-architecture
SPA Route and Feature Management
Provides architectural guidelines for managing SPA routes and feature separation within the LobeHub codebase. It enforces consistent route registration by requiring parity between desktop router configuration files and promotes a clean sepa…
Implementing React Query API Hooks for Langflow
This skill guides the implementation of robust frontend data fetching patterns using Axios and TanStack React Query v5. It establishes a structured architecture for managing queries, mutations, cache invalidation, and error handling across …
SPA Route and Feature Management
Provides guidelines for managing SPA routes and features by enforcing a separation between thin route segments and domain-oriented features. It ensures architectural consistency and desktop router parity across configuration files.
React Component Refactoring and Complexity Reduction
Provides structured patterns for refactoring high-complexity React components, focusing on extracting custom hooks, sub-components, and managing complex state logic. It guides developers through manual complexity assessment to improve maint…
Opik Frontend Development Patterns
Defines architectural patterns and implementation standards for the Opik React frontend, covering TanStack Router, TanStack Query, and Zustand state management.