awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Fetching · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesData Fetching

Libraries and configurations that facilitate the retrieval, caching, and proxying of remote data resources.

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

  1. Home
  2. Web Development
  3. Data Fetching & Caching
  4. Data Fetching

Awesome Data Fetching GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • jquery/jquery

    jquery/jquery

    59,857GitHubView on GitHub↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The libr

    JavaScriptjquery
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    TypeScript

Explore sub-tags

  • Asynchronous Data CachingMechanisms to cache results of asynchronous operations using unique keys.
  • Asynchronous Data FetchingMechanisms for performing background network requests without blocking the main thread or requiring page reloads.
  • Data Loader PatternsAsynchronous functions executed before rendering to provide data to views.
  • Fetching Behavior ConfigurationsSettings that control how and when data requests are executed, such as lazy loading or client-side restriction.
Request Proxying Utilities
Middleware or helpers that forward headers and cookies during server-side data requests to maintain session context.
  • Universal Data Fetching UtilitiesUtilities that execute network requests in both server and client environments.