PureState
State manager
A state management library that simplifies the use of functional programming and pure functions in complex applications.
The stupidest state management library that works.
309 stars
8 watching
18 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
svenfuchs/simple_states | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
johnhenry/understate | A state management library that abstracts away Redux-like concepts using higher-order functional programming | 7 |
vesparny/statty | A lightweight state management library that simplifies app-wide state management for React and Preact apps | 512 |
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 |
pedronauck/reworm | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,467 |
mweststrate/use-st8 | A single-function alternative for managing state in React applications | 234 |
sebholstein/tinystate | A tiny state management library for Angular applications | 223 |
beezee/statelens | A small library providing a Ramda-based structure for state manipulation in JavaScript applications. | 0 |
tzilist/sunfish | A state management library for React applications that decouples updates to the state from changes in the component tree | 16 |
marcisbee/exome | A state management library that enables easy creation of complex, deeply nested states using classes and methods. | 238 |
jonabrams/spaceace | An immutable state management library designed to simplify state updates and improve code organization | 164 |
rstgroup/eventrix | A state management library for React and React Native apps, enabling flexible expansion of global state and control over data flow. | 91 |
gunn/pure-store | A tiny immutable store with type safety for managing application state in React applications | 148 |
andrewcourtice/harlem | A global state management solution for Vue 3 applications with strong typing, immutability, and extensibility | 516 |
vadimtrifonov/rxstatereducer | Demonstrates an approach to managing asynchronous state in software applications using reactive programming and a unidirectional data flow | 4 |