2 repos
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Typed State Management. Refine with filters or upvote what's useful.
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.
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.