Tag: data-fetching

Type: All Skills Tools
skill ★ 77,350

Robust Data Fetching Architecture with Zustand and SWR

This pattern provides a robust architecture for managing client-side state and data fetching by enforcing a Service Layer pattern. It guides developers to use SWR hooks within a Zustand store for state management, ensuring clean separation …

lobehub/lobehub data-fetching zustand swr service-layer
skill ★ 148,520

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 …

langflow-ai/langflow react-query axios data-fetching frontend-architecture
skill

LobeChat Data Fetching Architecture Guide

A structured architecture for managing data fetching using a service layer, Zustand stores, and SWR. It provides patterns for API encapsulation, cache invalidation, and synchronising client-side state with server-side data.

lobehub/lobe-chat data-fetching zustand swr typescript
skill

Implementing React Query Data Fetching Patterns

This skill guides the implementation of robust frontend data fetching using Axios and TanStack React Query v5. It establishes patterns for managing queries, mutations, cache invalidation, and error handling across the application.

logspace-ai/langflow react-query axios data-fetching frontend-patterns
skill ★ 3

Type-safe Contentrain Query SDK

A type-safe SDK for querying Contentrain content using a Prisma-pattern generated client. It supports both synchronous local data access and asynchronous remote fetching via CDN mode.

Contentrain/ai contentrain typescript sdk cms
skill ★ 10,706

Full-stack workflow for data fetching and mutations

This pattern guides developers through building robust features by combining GET API routes for data retrieval, Server Actions for secure mutations, SWR for client-side caching, and React Hook Form with Zod for validation. It provides a str…

elie222/inbox-zero fullstack nextjs server-actions data-fetching