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

2 repos

Awesome GitHub RepositoriesTyped State Management

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Typed State Management. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Type Systems
  6. Typed State Management

Awesome Typed State Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    Defines strict, type-checked structures to ensure consistent state access and prevent runtime errors.

    TypeScripthacktoberfesthooksreact
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Applies explicit type annotations and generic arguments to constrain reactive state containers and references.

    TypeScript

Explore sub-tags

  • Reactive State TypingMechanisms for defining and constraining the types of reactive state containers and references.
  • Type-Safe State ArchitecturesPatterns for defining strict, type-checked data structures for application state.