Droidux
State manager
A predictable state container implementation inspired by Redux for Android applications
"Predictable state container" implementation, inspired by Redux.
160 stars
10 watching
11 forks
Language: Java
last commit: almost 7 years ago
Linked from 1 awesome list
androidreduxrxjava
Related projects:
Repository | Description | Stars |
---|---|---|
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
trikita/jedux | A Redux-based state management library for Android apps | 276 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
reduxkit/reduxkit | A predictable state container for Swift apps | 605 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
glung/redux-java | A Java implementation of Redux, a predictable state container for apps. | 327 |
smakazmi/react-3ducks | An alternative to Redux that simplifies state management in React applications by encapsulating data and behavior within multiple stores. | 7 |
yang-wei/vue-redux | A Vue.js mixin that integrates Redux state management | 142 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
herculesjs/herculex | A predictable state container for Alipay mini-program applications | 69 |
rxswiftcommunity/rxstate | A state container and implementation of Redux using RxSwift, designed to facilitate unidirectional data flow architecture for managing app state. | 154 |