awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesDeclarative Data Fetching

Frameworks for managing remote data lifecycles using standardized hooks for loading, error handling, and revalidation.

Distinguishing note: None available; no candidates provided.

Explore 5 awesome GitHub repositories matching web development · Declarative Data Fetching. Refine with filters or upvote what's useful.

Awesome Declarative Data Fetching GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tanstack/queryالصورة الرمزية لـ TanStack

    TanStack/query

    49,761عرض على GitHub↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    A framework for managing remote data lifecycles through standardized hooks that handle loading states, error handling, and automatic revalidation.

    TypeScriptasynccachedata
    عرض على GitHub↗49,761
  • facebook/relayالصورة الرمزية لـ facebook

    facebook/relay

    18,940عرض على GitHub↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Provides a declarative data fetching layer for defining component-level requirements through GraphQL fragments to minimize network requests.

    Rust
    عرض على GitHub↗18,940
  • tanstack/routerالصورة الرمزية لـ TanStack

    TanStack/router

    14,681عرض على GitHub↗

    TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search parameters, and data loaders across the entire application stack. It functions as a comprehensive framework for server-side rendering, enabling the generation of complete HTML pages to improve initial load performance and search engine optimization. By integrating declarative data fetching, the library manages asynchronous information at the route level, supporting preloading, caching, and parallel request execution to ensure data is ready before components render. The project

    Fetches asynchronous data in parallel at the route level to enable preloading and caching before components render.

    TypeScriptframeworkfullstackjavascript
    عرض على GitHub↗14,681
  • hackerkid/mind-expanding-booksالصورة الرمزية لـ hackerkid

    hackerkid/Mind-Expanding-Books

    13,354عرض على GitHub↗

    Mind-Expanding-Books is a static site generator and educational resource repository designed to host curated collections of literature. It functions as a personal development reading guide, providing a structured archive of books focused on intellectual growth, critical thinking, and the exploration of complex ideas. The project utilizes a component-based user interface library to assemble its web pages, combining reusable building blocks with static site generation to produce HTML from markdown files. This approach allows for the management of content-heavy archives while maintaining a consi

    Retrieves information from structured local files using predefined schemas to populate the user interface automatically during the build phase.

    JavaScriptawesomeawesome-listbiographies
    عرض على GitHub↗13,354
  • shekhargulati/52-technologies-in-2016الصورة الرمزية لـ shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311عرض على GitHub↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Requests specific data fields from servers to prevent over-fetching using declarative queries.

    JavaScriptawesomeawesome-listblog
    عرض على GitHub↗7,311
  1. Home
  2. Web Development
  3. Declarative Data Fetching