An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SimpleRedux [![](https://jitpack.io/v/lenguyenthanh/simpleredux.svg)](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"
```