awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
State and Context Management · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesState and Context Management

Tools for managing transient or application-specific state, distinct from persistent database storage.

Explore 3 awesome GitHub repositories matching data & databases · State and Context Management. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Management
  4. State and Context Management

Awesome State and Context Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • dair-ai/Prompt-Engineering-Guide

    dair-ai/Prompt-Engineering-Guide

    70,526GitHubView on GitHub↗

    This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task

    MDXagentagentsai-agents
  • leonardomso/33-js-concepts

    leonardomso/33-js-concepts

    66,252GitHubView on GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-lo

    JavaScriptangularconceptses6
  • pmndrs/zustand

    pmndrs/zustand

    57,057GitHubView on GitHub↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data acce

    TypeScripthacktoberfesthooksreact

Explore sub-tags

  • Client-Side Data PersistenceTechnologies that store application state or user data locally within a web browser or mobile device.
  • Context CachingMechanisms that store frequently accessed operational data in memory to reduce latency during application execution.
  • Immutable State ContainersData structures that enforce state changes through the creation of new objects rather than modifying existing ones.