Acerca de
This skill provides a standardized architecture for data fetching in Next.js, bridging the gap between client components, server actions, and FastAPI backend services. It includes pre-configured utilities for handling authentication tokens across layers, automatic token refreshing on 401 errors, and a consistent error handling pattern. By implementing this architecture, developers can ensure secure and efficient communication between the browser, Next.js server-side logic, and external API services while maintaining type safety and robust retry logic.