freezer
State manager
A data structure that maintains immutable state and notifies other parts of an application when the state changes
A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
1k stars
39 watching
56 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 2 awesome lists
fluxfreezerjsimmutablereactreduxstate-managementstore
Related projects:
Repository | Description | Stars |
---|---|---|
ice-lab/icestore | A simple and friendly state management solution for React applications | 399 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
jonabrams/spaceace | An immutable state management library designed to simplify state updates and improve code organization | 164 |
kof/react-nano-state | A state management system that enables fast and efficient sharing of state values across different parts of an application without affecting the entire tree | 72 |
bcherny/undux | A state management solution for React applications using a simple and type-safe API. | 1,495 |
pedronauck/reworm | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,467 |
peterluhub/xsm | A state management system for Angular, React, Vue, and Svelte that simplifies the use of reactive state with automatic re-rendering and efficient memory management. | 138 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
manantank/radioactive-state | A state management library that eliminates the need to manually handle state updates and re-renders | 312 |
storeon/storeon | A tiny event-based state manager for React and other frameworks, allowing fast re-renders of components based on changes to state. | 1,977 |
tzilist/sunfish | A state management library for React applications that decouples updates to the state from changes in the component tree | 16 |
gunn/pure-store | A tiny immutable store with type safety for managing application state in React applications | 148 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
heluxjs/helux | A state management framework that enables fine-grained, reactive updates and efficient dependency tracking. | 1,339 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |