https://github.com/lenguyenthanh/simpleredux
Simple Redux Store which supports on Rxjava2 and Kotlin Flow
https://github.com/lenguyenthanh/simpleredux
android kotlin redux rxjava rxjava2
Last synced: about 2 months ago
JSON representation
Simple Redux Store which supports on Rxjava2 and Kotlin Flow
- Host: GitHub
- URL: https://github.com/lenguyenthanh/simpleredux
- Owner: lenguyenthanh
- Created: 2019-05-07T11:15:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T13:19:03.000Z (over 4 years ago)
- Last Synced: 2026-04-04T11:47:35.725Z (2 months ago)
- Topics: android, kotlin, redux, rxjava, rxjava2
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleRedux [](https://jitpack.io/#lenguyenthanh/simpleredux)
A simple library for Redux Store with Flow & RxJava extensions
## Setup
```
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
implementation "com.github.lenguyenthanh:SimpleRedux:$simplereduxVersion"
```