awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tanstack/queryAvatar TanStack

    TanStack/query

    49,761Vezi pe 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
    Vezi pe GitHub↗49,761
  • facebook/relayAvatar facebook

    facebook/relay

    18,940Vezi pe 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
    Vezi pe GitHub↗18,940
  • tanstack/routerAvatar TanStack

    TanStack/router

    14,681Vezi pe 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
    Vezi pe GitHub↗14,681
  • hackerkid/mind-expanding-booksAvatar hackerkid

    hackerkid/Mind-Expanding-Books

    13,354Vezi pe 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
    Vezi pe GitHub↗13,354
  • shekhargulati/52-technologies-in-2016Avatar shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311Vezi pe 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
    Vezi pe GitHub↗7,311
  1. Home
  2. Web Development
  3. Declarative Data Fetching