awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesStore Pattern Implementations

Implementations of the store pattern using reactive objects as a single source of truth for state synchronization.

Explore 6 awesome GitHub repositories matching web development · Store Pattern Implementations. Refine with filters or upvote what's useful.

Awesome Store Pattern Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vuejs/vueAvatar von vuejs

    vuejs/vue

    209,900Auf GitHub ansehen↗

    Vue ist ein progressives, komponentenbasiertes JavaScript-Framework, das für den Aufbau reaktiver Benutzeroberflächen und Single-Page-Anwendungen entwickelt wurde. Es konzentriert sich auf ein deklaratives Vorlagensystem, das HTML in effiziente Render-Funktionen umwandelt und es Entwicklern ermöglicht, komplexe Schnittstellen in isolierte, wiederverwendbare Einheiten zu organisieren, die automatisch mit dem Anwendungszustand synchronisieren. Das Framework zeichnet sich durch ein reaktivitätsbasiertes Abhängigkeitsverfolgungssystem aus, das den Datenzugriff während des Renderns überwacht, um präzise Updates auszulösen. Es bietet eine flexible Architektur, die sowohl die inkrementelle Einführung als auch die Entwicklung von Anwendungen in vollem Umfang unterstützt. Entwickler können ein robustes, Plugin-basiertes Erweiterbarkeitsmodell nutzen, um globale Logik zu injizieren, während die virtuelle DOM-Abgleichung des Frameworks effiziente Schnittstellen-Updates durch die Berechnung minimaler Mutationen sicherstellt. Über seine Kern-Rendering-Fähigkeiten hinaus enthält das Projekt eine umfassende Suite von Tools zur Verwaltung des Anwendungszustands, URL-basiertem Routing und serverseitigem Rendering. Es bietet umfassende Unterstützung für Komponentenkomposition, Inhaltsverteilung und Animationsmanagement, neben integrierten Sicherheitsmaßnahmen wie automatischem Content-Escaping, um häufige Schwachstellen zu verhindern. Das Framework wird mit offiziellen Typdeklarationen vertrieben, um die statische Analyse zu unterstützen, und kann über Standard-Paketmanager installiert oder direkt über Skript-Tags in Browserumgebungen integriert werden.

    Injects custom logic into the state container using plugin functions.

    TypeScriptframeworkfrontendjavascript
    Auf GitHub ansehen↗209,900
  • reactjs/reduxAvatar von reactjs

    reactjs/redux

    61,503Auf GitHub ansehen↗

    Redux is a global state management library and predictable state container for JavaScript applications. It implements a store pattern that maintains the entire application state as a single source of truth, ensuring consistent behavior across different components and environments. The library relies on a unidirectional data flow where state updates follow a strict one-way cycle. This is achieved through a system of discrete actions, pure-function reducers, and a centralized store to ensure that state transitions remain predictable and traceable. The framework includes capabilities for monito

    Implements a store pattern using a single source of truth for state synchronization.

    TypeScript
    Auf GitHub ansehen↗61,503
  • vuejs/piniaAvatar von vuejs

    vuejs/pinia

    14,480Auf GitHub ansehen↗

    Pinia is a state management library for Vue applications that provides a centralized, type-safe architecture for organizing reactive data. It utilizes a modular store pattern, allowing developers to define independent, reusable state containers that manage shared application data, computed getters, and executable actions. The library distinguishes itself through a flexible definition model that supports both functional setup patterns and traditional object-based structures. It features a plugin-based extension architecture that enables developers to hook into the store lifecycle for custom fu

    Implements a modular store pattern using reactive objects as a single source of truth for state synchronization.

    TypeScriptcomposition-apissrstore
    Auf GitHub ansehen↗14,480
  • rematch/rematchAvatar von rematch

    rematch/rematch

    8,417Auf GitHub ansehen↗

    Rematch is a Redux state management framework and model orchestrator designed to organize application state into cohesive units. It functions as an asynchronous state workflow manager that bundles reducers and side effects into modular models to reduce the boilerplate typically required for Redux implementations. The framework provides an extensible plugin architecture for injecting custom behavior and configuration into the store lifecycle. It supports a multi-store application architecture, allowing for the creation and management of several independent state containers within a single appl

    Provides interfaces for extending store functionality with custom logic and lifecycle event hooks via plugins.

    TypeScriptangularhacktoberfestimmer
    Auf GitHub ansehen↗8,417
  • steamdeckhomebrew/decky-loaderAvatar von SteamDeckHomebrew

    SteamDeckHomebrew/decky-loader

    6,434Auf GitHub ansehen↗

    Decky Loader is an open-source plugin system that extends the Steam Deck's gaming mode interface with community-made plugins and customizations. It functions as a plugin loader that injects JavaScript plugins into the Steam Deck's web-based interface at runtime, enabling real-time appearance and behavior changes without leaving the active gaming session. The system combines a CORS-bypassing proxy layer that intercepts and modifies HTTP fetch requests from plugins to remove same-origin restrictions, with a Python-to-TypeScript bridge that exposes Python functions as callable TypeScript methods

    Embeds a full web browser within the Steam Deck overlay for browsing and installing plugins in-game.

    TypeScriptpluginspythonsteam
    Auf GitHub ansehen↗6,434
  • risingstack/react-easy-stateAvatar von RisingStack

    RisingStack/react-easy-state

    2,545Auf GitHub ansehen↗

    React Easy State is a state management library for React that utilizes the observable store pattern to synchronize user interface components with application data. It employs ES6 proxies to wrap plain JavaScript objects, enabling the system to monitor data mutations and automatically trigger component re-renders whenever accessed properties are modified. The library distinguishes itself through a transparent reactive system that eliminates the need for explicit data binding or boilerplate code. By tracking dependencies during the rendering process, it ensures that components only update when

    Implements the store pattern using reactive objects as a single source of truth for state synchronization.

    JavaScriptes6-proxiesjavascriptreact
    Auf GitHub ansehen↗2,545
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. State & Data Management
  5. Store Pattern Implementations

Unter-Tags erkunden

  • Store Plugins1 Sub-TagInterfaces for extending store functionality with custom logic and event hooks. **Distinct from Store Pattern Implementations:** Focuses on the plugin-based extension mechanism rather than the store pattern implementation itself.