awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesStore Management

Patterns for applying updates to reactive stores.

Distinguishing note: Focuses on the update lifecycle of stores.

Explore 7 awesome GitHub repositories matching web development · Store Management. Refine with filters or upvote what's useful.

Awesome Store Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • solidjs/solidالصورة الرمزية لـ solidjs

    solidjs/solid

    35,621عرض على GitHub↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    Applies state changes using a mutable draft pattern to minimize updates.

    TypeScriptdeclarativefine-grainedjavascript
    عرض على GitHub↗35,621
  • posva/piniaالصورة الرمزية لـ posva

    posva/pinia

    14,611عرض على GitHub↗

    Pinia is a global state management store designed specifically for Vue applications. It serves as a centralized system for storing and synchronizing shared application data across multiple components using the Vue Composition API. The project provides a type-safe state store with native TypeScript support, utilizing type-inferred schemas to ensure consistency and prevent runtime errors for both application data and store actions. The architecture is built around modular store containers that can be registered dynamically. This system integrates with Vue reactive primitives and includes devel

    Allows state containers to be defined and initialized on demand instead of requiring a monolithic root store.

    TypeScript
    عرض على GitHub↗14,611
  • vuejs/piniaالصورة الرمزية لـ vuejs

    vuejs/pinia

    14,480عرض على GitHub↗

    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

    Allows independent state containers to access and utilize data or actions from other stores.

    TypeScriptcomposition-apissrstore
    عرض على GitHub↗14,480
  • bailicangdu/vue2-manageالصورة الرمزية لـ bailicangdu

    bailicangdu/vue2-manage

    13,630عرض على GitHub↗

    This is a Vue.js admin dashboard built with Element UI that provides a backend management interface for overseeing stores, products, users, and system settings. The project combines Vue's reactive component model with Element-UI's pre-built widget library to construct a consistent admin interface, using Vue Router for client-side navigation and Vuex for centralized state management. The admin panel enforces role-based access control, checking user permissions at route entry points and component boundaries to block unauthorized actions before they execute. It includes authentication and sessio

    Creates, edits, and removes store entries with data synced in real time from a backend server.

    Vueelement-uilessvue
    عرض على GitHub↗13,630
  • nanostores/nanostoresالصورة الرمزية لـ nanostores

    nanostores/nanostores

    7,072عرض على GitHub↗

    Nano Stores is a framework-agnostic state management library that uses a system of small, independent atomic stores to synchronize data across different JavaScript UI frameworks. It provides a reactive state container designed to minimize unnecessary component re-renders by decoupling application state into independent stores. The library features specialized synchronizers for real-time distributed state using WebSockets with conflict-free replicated data types, as well as a browser storage persistor for maintaining state across multiple open tabs. It utilizes adapter-based integration to map

    Generates new stores from the values of others that update automatically when dependencies change.

    TypeScript
    عرض على GitHub↗7,072
  • tinyplex/tinybaseالصورة الرمزية لـ tinyplex

    tinyplex/tinybase

    5,110عرض على GitHub↗

    TinyBase هو مخزن بيانات تفاعلي وقاعدة بيانات علائقية في الذاكرة مصممة لاستمرار حالة جهة العميل. يعمل كمحرك مزامنة محلي أولاً يدمج الحالة الموزعة باستخدام أنواع بيانات متماثلة خالية من التعارض (CRDTs) وساعات منطقية لضمان تقارب البيانات الحتمي. يتميز المشروع بمكتبة للتحقق من المخطط تحول التعريفات الخارجية من أدوات مثل Zod وYup وTypeBox إلى تعريفات مخزن آمنة للنوع. ويوفر بنية تحتية للتحرير التعاوني في الوقت الفعلي، باستخدام المزامنة مع Automerge وYjs وPartyKit للحفاظ على حالة متسقة عبر عملاء وخوادم متعددة. تشمل مساحة القدرات نمذجة البيانات العلائقية مع الجداول والمفاتيح الخارجية، والاستعلام والفهرسة الشبيهة بـ SQL، والمعاملات الذرية للطفرات المجمعة. يدعم مجموعة واسعة من محولات الاستمرار، بما في ذلك تخزين المتصفح، وSQLite، وCloudflare Durable Objects. يوفر النظام أيضاً ربط حالة ثنائي الاتجاه ومكونات تعريفية للتكامل مع React وSolidJS وSvelte.

    Uses memoization hooks to manage the lifecycle of store instances and prevent unnecessary recreation during renders.

    TypeScriptdatajavascriptreact
    عرض على GitHub↗5,110
  • livestorejs/livestoreالصورة الرمزية لـ livestorejs

    livestorejs/livestore

    3,475عرض على GitHub↗

    Livestore is a reactive state management framework that utilizes a local SQLite database to store and synchronize application data. It provides an event-sourced state store that processes typed events through materializer functions to derive and persist application state. The framework implements offline-first data synchronization using a push-pull engine and append-only event logs to maintain consistency between clients and servers. It includes a real-time presence system for tracking user activity and shared session status across connected clients. The system covers a broad capability surf

    Handles the loading, caching, and disposal of store instances for consistent data access.

    TypeScriptdata-layerlocal-firstsignals
    عرض على GitHub↗3,475
  1. Home
  2. Web Development
  3. Store Management

استكشف الوسوم الفرعية

  • Store Composition2 وسوم فرعيةPatterns for integrating multiple independent state containers into a unified logic flow. **Distinct from Store Management:** Focuses on the composition of stores, distinct from general store management.
  • Store Instance Lifecycle1 وسم فرعيManagement of the loading, caching, and disposal of state store instances. **Distinct from Store Management:** Focuses on the operational lifecycle of store instances rather than just updating reactive stores.
  • Store Listing EditorsInterfaces for creating, editing, and removing store entries with real-time data sync. **Distinct from Store Management:** Distinct from Store Management: focuses on the CRUD operations for store listings rather than general reactive store update patterns.