Skip to content

beyondeye/Reduks

Repository files navigation

Kotlin 1.3.31 Slack channel Android Arsenal

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.