Reduks

General

Category
Free
Tag
FRP
License
MIT License
Registered
Aug 28, 2016
Favorites
0
Link
https://github.com/beyondeye/Reduks
See also
RxPartialApplication
RxTry
RxTuples
Android-RxJava
ReactiveAndroid

Additional

Language
Kotlin
Version
3.4.2 (May 15, 2023)
Created
May 26, 2016
Updated
Jun 11, 2023
Owner
Dario Elyasy (beyondeye)
Contributors
Vasilis Charalampakis (charbgr)
Kittinun Vantasin (kittinunf)
Tipatai Puthanukunkit (Judrummer)
Dario Elyasy (beyondeye)
4
Activity
Badge
Generate
Download
Source code

What is Reduks?

Reduks is a port of redux.js and several of the most popular libraries from its ecosystem to Kotlin. The purpose is to have a set of integrated libraries to make it a viable option to develop real world apps for Android.

Only Android?

The focus of development until recently has been Android, but all Android-related features are kept in separated modules, with the core modules usable in any JVM context. Actually Reduks core modules are almost pure Kotlin and in fact there is already a fork of Reduks that can be used with multiplatform projects.

In the future, as the multiplatform support in Kotlin matures, Reduks will be fully restructured as a multiplatform project

Some notable features

Android specific features

  • integration with Android Activity and Fragment and their lifecycles, with automatic save and restore of reduks state

Browse the Docs!

For the full documentation see here, or take a look at the summary.

License

Copyright 2019 by Dario Elyasy

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.