storeon
State manager
A tiny event-based state manager for React and other frameworks, allowing fast re-renders of components based on changes to state.
🌩 A tiny (185 bytes) event-based Redux-like state manager for React, Preact, Angular, Vue, and Svelte
2k stars
20 watching
67 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 5 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An alternative to Redux that simplifies state management in React applications by encapsulating data and behavior within multiple stores. | 7 |
| | A lightweight state management library that simplifies app-wide state management for React and Preact apps | 512 |
| | 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 |
| | 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 |
| | An immutable state management library designed to simplify state updates and improve code organization | 164 |
| | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,466 |
| | A state management library for React applications using immutable state and hooks | 71 |
| | A solution to manage state in React applications using reducer components with a built-in action mechanism. | 269 |
| | A state management solution for React applications using a simple and type-safe API. | 1,495 |
| | A state management solution for React applications based on hooks | 1,658 |
| | A state management solution for React components | 1,458 |
| | A state management library for unidirectional data flow and immutable uni-state with support for Angular and React | 68 |
| | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
| | A flexible state management solution combining concepts of Redux and React Context API | 873 |
| | A data structure that maintains immutable state and notifies other parts of an application when the state changes | 1,277 |