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.

GitHub

1k stars
39 watching
56 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 2 awesome lists

fluxfreezerjsimmutablereactreduxstate-managementstore

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ice-lab/icestoreA simple and friendly state management solution for React applications399
izaakschroeder/redux-liftA library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs9
jonabrams/spaceaceAn immutable state management library designed to simplify state updates and improve code organization164
kof/react-nano-stateA state management system that enables fast and efficient sharing of state values across different parts of an application without affecting the entire tree72
bcherny/unduxA state management solution for React applications using a simple and type-safe API.1,495
pedronauck/rewormA state management library that simplifies the creation and update of application states using a functional programming approach1,466
peterluhub/xsmA 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-boxA tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions.708
manantank/radioactive-stateA state management library that eliminates the need to manually handle state updates and re-renders313
storeon/storeonA tiny event-based state manager for React and other frameworks, allowing fast re-renders of components based on changes to state.1,977
tzilist/sunfishA state management library for React applications that decouples updates to the state from changes in the component tree16
gunn/pure-storeA tiny immutable store with type safety for managing application state in React applications148
luisvinicius167/dutierAn immutable, async state management solution for JavaScript applications inspired by Redux.394
heluxjs/heluxA state management framework that enables fine-grained, reactive updates and efficient dependency tracking.1,352
reduxjs/reduxA JavaScript library for managing global state in applications60,939