Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. State Management

State Management

408 projects

Showing 36 of 408 projects

redux-requests
redux-requestsJavaScript

A Redux middleware and reducer that prevents duplicate HTTP requests by tracking in-flight requests.

#request-deduplication#redux-middleware#http-requests
Stars241
Forks7
Last commit10 years ago
Redux Demo
Redux DemoJavaScript

A minimal Redux counter example implementation for React Native on iOS and Android.

#remote-devtools#ios#counter-app
Stars238
Forks56
Last commit8 years ago
todomvc-cycle
todomvc-cycleJavaScript

A TodoMVC example application built with Cycle.js to demonstrate reactive functional programming patterns.

#cyclejs#functional-programming#javascript-example
Stars238
Forks58
Last commit8 years ago
WebFUI
WebFUIClojure

A client-side web framework for ClojureScript that generates DOM from EDN data, eliminating direct DOM manipulation.

#functional-programming#hiccup#clojurescript
Stars237
Forks19
Last commit13 years ago
react-native-easy-app
react-native-easy-appJavaScript

A React Native library providing simplified storage, HTTP requests, and UI components with automatic multi-screen adaptation.

#boilerplate-reduction#productivity#react-native
Stars236
Forks24
Last commit
redux-devtools-inspector
redux-devtools-inspectorJavaScript

A Redux DevTools monitor for inspecting complex, deeply nested application states with diff visualization.

#debugging-tools#developer-tools#state-inspection
Stars236
Forks46
Last commit
p-debounce
p-debounceJavaScript

Debounce promise-returning and async functions with configurable leading/trailing edge and abort signal support.

#async-await#performance-optimization#promise-utilities
Stars235
Forks26
Last commit7 months ago
react-native-awesome-button
react-native-awesome-buttonJavaScript

A React Native button component that animates between different visual states like idle, busy, and success.

#mobile-ui#animation#button-component
Stars235
Forks44
Last commit8 years ago
Neuledge
NeuledgeTypeScript

A TypeScript-first database engine that streamlines data modeling with clear entity definitions, customizable validation, and advanced business logic representation.

#business-logic#orm#database-engine
Stars234
Forks6
Last commit2 years ago
redux-action-tree
redux-action-treeJavaScript

A Redux middleware implementing Cerebral-inspired signals for declarative, behavior-tree-like action flows.

#declarative-programming#event-driven#redux-middleware
Stars227
Forks7
Last commit9 years ago
chairs
chairsRuby

A gem for swapping iOS simulator states by saving and restoring app documents, library, and cache files.

#simulator-tools#version-control#ruby-gem
Stars226
Forks6
Last commit11 years ago
Cells
CellsCommon Lisp

A Common Lisp implementation of spreadsheet-like dataflow programming for CLOS objects.

#declarative-programming#dataflow-programming#reactive-programming
Stars224
Forks19
Last commit3 years ago
react-native-mobx
react-native-mobxObjective-C

A thin wrapper for integrating MobX reactive programming with react-native-router-flux navigation.

#reactive-programming#react-native#router-integration
Stars224
Forks38
Last commit9 years ago
ember-state-services
ember-state-servicesJavaScript

An Ember addon providing a state management pattern for medium-term state between singleton controllers and ephemeral components.

#ember-addon#frontend#ui-components
Stars223
Forks30
Last commit4 years ago
ember-local-storage
ember-local-storageJavaScript

An Ember addon providing a storageFor computed property that persists data to localStorage or sessionStorage with an ember-data adapter.

#ember-data#data-persistence#ember-addon
Stars220
Forks78
Last commit2 years ago
redux-tcomb
redux-tcombJavaScript

Adds runtime type checking and immutability to Redux state and actions using tcomb.

#reducer#immutability#tcomb
Stars211
Forks7
Last commit9 years ago
Appointments
AppointmentsJavaScript

A React Native iOS app for booking appointments with Redux state management.

#ios#immutablejs#appointment
Stars209
Forks98
Last commit9 years ago
use-timer
use-timerTypeScript

A React hook for creating and managing timers with start, pause, reset, and callback functionality.

#clock#time-management#countdown
Stars205
Forks24
Last commit3 years ago
Vue Weather Notifier
Vue Weather NotifierVue

A Vue.js demo app showing SVG animations for weather notifications using Vuex and GreenSock.

#vue-js#vuex#svg-animation
Stars198
Forks29
Last commit9 years ago
graphql-normalizr
graphql-normalizrJavaScript

A lightweight library that normalizes nested GraphQL responses into flat, key-value objects for efficient client-side caching.

#graphql#application-cache#frontend-tooling
Stars196
Forks14
Last commit2 years ago
ember-parachute
ember-parachuteJavaScript

An Ember addon that simplifies query param management by centralizing definitions and providing helpful hooks and computed properties.

#emberjs#ember-addon#decorators
Stars196
Forks37
Last commit1 year ago
flimsy
flimsyTypeScript

A single-file <1kb simplified reactive core inspired by Solid, optimized for clean code and learning.

#fine-grained-reactivity#isomorphic#educational
Stars194
Forks8
Last commit2 years ago
storage-atom
storage-atomClojure

A ClojureScript library for creating atoms backed by HTML5 web storage with automatic persistence and cross-window synchronization.

#clojurescript#browser-storage#localstorage
Stars192
Forks19
Last commit3 years ago
backbone-redux
backbone-reduxJavaScript

A library that automatically synchronizes Backbone collections with a Redux store, enabling incremental migration from Backbone to React+Redux.

#migration#rest#backbone-collections
Stars190
Forks13
Last commit8 years ago
svelte-stepper
svelte-stepperSvelte

A headless Svelte library for building animated multi-step flows with full control over layout and transitions.

#stepper#animation#headless-ui
Stars179
Forks5
Last commit8 months ago
redux-side-effects
redux-side-effectsJavaScript

Redux toolset that enables side effects to be declared within reducers using ES6 generators while preserving purity.

#unit-testing#side-effects#elm-architecture
Stars179
Forks8
Last commit9 years ago
react-native-redux
react-native-reduxJavaScript

A starter template for React Native apps with Redux, Redux Saga, and Redux Storage, featuring a login flow.

#boilerplate#react-native#javascript
Stars177
Forks42
Last commit9 years ago
yew-hooks
yew-hooksRust

A comprehensive collection of React-inspired hooks for building interactive web applications with the Yew framework in Rust.

#hooks#webassembly#yew-framework
Stars177
Forks16
Last commit1 month ago
Desktop Profiles
Desktop ProfilesSwift

A macOS utility that saves and restores desktop workspaces with app states, window layouts, and system settings.

#desktop-manager#app-state#productivity
Stars176
Forks6
Last commit6 years ago
Reactor
ReactorSwift

A lightweight Swift framework for building reactive applications with unidirectional data flow, inspired by Elm and Redux.

#ios#mac-app#async-commands
Stars176
Forks15
Last commit6 years ago
redux-diff-logger
redux-diff-loggerJavaScript

A Redux middleware that logs the differences between state changes for easier debugging.

#developer-tools#redux-middleware#logging
Stars175
Forks15
Last commit10 years ago
Quest Manager
Quest ManagerGDScript

A flexible quest management system for Godot Engine, enabling hierarchical quest trees, detailed state tracking, and custom conditions.

#quest-system#game-design#gdscript
Stars172
Forks6
Last commit1 day ago
svelte-asyncable
svelte-asyncableJavaScript

A tiny, declarative, optimistic async store for Svelte that stores values as promises.

#data-fetching#side-effects#reactive-programming
Stars171
Forks5
Last commit4 months ago
signality
signalityTypeScript

A collection of atomic utilities for building reactive compositions in Angular using Signals.

#cdk#tree-shaking#reactive-programming
Stars171
Forks6
Last commit1 day ago
stunk
stunkTypeScript

A lightweight, framework-agnostic state management library built on atomic state principles for fine-grained reactivity.

#async-queries#time-travel#zustand-alternative
Stars170
Forks13
Last commit7 days ago
mini-rx-store
mini-rx-storeTypeScript

A reactive state management platform offering both RxJS-based and Angular signal-based libraries.

#reactive-programming#rxjs#store
Stars169
Forks10
Last commit3 months ago
PreviousPage 9 of 12

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
7 years ago
Next
#Frontend126
#React116
#Javascript109
#Redux106
#Typescript80
#Reactive Programming60
#React Native47
#Functional Programming46
#Mobile Development38
#React Hooks35
#Angular34
#Vue29