Android代码Rxjava2 做状态管理实现的redux库
RxRedux
AlibrarythatmanagesstateusingRxJava2andArchitectureComponents.
MediumPost:https://goo.gl/7oH1B1
GettingStarted
Projectrootbuild.gradle
allprojects{
repositories{
maven{url'https://jitpack.io'}
google()
}
}
Modulebuild.gradle
dependencies{
impl
下载地址
用户评论