awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesCache Revalidation

Automatically refreshing local cache entries after a remote mutation to ensure data consistency.

Distinct from Remote Mutation Execution: Distinct from remote mutation execution: focuses on the local cache synchronization following the mutation.

Explore 3 awesome GitHub repositories matching data & databases · Cache Revalidation. Refine with filters or upvote what's useful.

Awesome Cache Revalidation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tannerlinsley/react-querytannerlinsley का अवतार

    tannerlinsley/react-query

    49,769GitHub पर देखें↗

    React Query is an asynchronous state management library and data fetching orchestrator designed to fetch, cache, and synchronize server state in web applications. It functions as a server-state cache manager that handles asynchronous data requests to keep local application state in sync with a remote server. The library implements a stale-while-revalidate cache pattern, which provides immediate access to cached data while triggering background updates to maintain consistency. It further supports optimistic user interface updates, allowing the interface to change immediately during data mutati

    Updates server information and automatically refreshes the local cache to maintain data consistency across the UI.

    TypeScript
    GitHub पर देखें↗49,769
  • opennextjs/opennextjs-awsopennextjs का अवतार

    opennextjs/opennextjs-aws

    5,005GitHub पर देखें↗

    opennextjs-aws is a serverless infrastructure adapter and deployment tool that transforms Next.js build artifacts into compatible packages for hosting on AWS Lambda and S3. It functions as a deployment adapter that maps framework-specific outputs to serverless functions and object storage. The project distinguishes itself by implementing serverless-specific optimizations, including a cache manager that synchronizes incremental static regeneration and fetch caches via S3 or DynamoDB. It features a cold start optimizer that uses bundle minification and scheduled function warming to reduce laten

    Updates page caches and invalidates distribution networks to ensure users see the latest content.

    TypeScriptawsnextjssst
    GitHub पर देखें↗5,005
  • vercel/next-learnvercel का अवतार

    vercel/next-learn

    4,745GitHub पर देखें↗

    next-learn फुल-स्टैक वेब एप्लिकेशन बनाने के लिए शैक्षिक संसाधनों और रेफरेंस इम्प्लीमेंटेशन का एक संग्रह है। यह Next.js फ्रेमवर्क के लिए एक शिक्षण संसाधन और ट्यूटोरियल के रूप में कार्य करता है, जो स्टार्टर कोड और उदाहरण प्रोजेक्ट्स प्रदान करता है जो सर्वर-साइड रेंडरिंग और React-आधारित इकोसिस्टम का प्रदर्शन करते हैं। यह प्रोजेक्ट एक फुल-स्टैक वेब टेम्पलेट प्रदान करता है जो डेटाबेस इंटीग्रेशन, यूज़र प्रमाणीकरण और सर्वर-साइड लॉजिक का पूर्ण कार्यान्वयन प्रदर्शित करता है। इसमें वेब परफॉरमेंस ऑप्टिमाइज़ेशन के लिए रेफरेंस उदाहरण शामिल हैं, जो विशेष रूप से सर्वर कंपोनेंट्स, सर्वर एक्शन्स और डायनामिक रूटिंग के उपयोग का प्रदर्शन करते हैं। कोडबेस फुल-स्टैक क्षमताओं की एक विस्तृत सतह को कवर करता है, जिसमें सर्वर-साइड क्वेरी और म्यूटेशन के माध्यम से डेटा मैनेजमेंट, रूट गार्ड्स के माध्यम से आइडेंटिटी-आधारित एक्सेस कंट्रोल, और फाइल-सिस्टम रूटिंग का उपयोग करके नेविगेशन आर्किटेक्चर शामिल है। यह विभिन्न रेंडरिंग रणनीतियों, इमेजेस और फोंट्स के लिए एसेट ऑप्टिमाइज़ेशन और यूज़र इंटरफ़ेस स्टाइलिंग को भी लागू करता है।

    Demonstrates how to refresh specific paths or tags in the server cache to maintain data currency.

    TypeScript
    GitHub पर देखें↗4,745
  1. Home
  2. Data & Databases
  3. Remote Mutation Execution
  4. Cache Revalidation

सब-टैग एक्सप्लोर करें

  • Tag-Based Revalidation TrackingUses a database to map content tags to paths to track and trigger granular cache updates. **Distinct from Cache Revalidation:** Focuses on the metadata tracking (tags/paths) for revalidation rather than the act of refreshing the cache itself.