Skip to content

rakutentech/ReKotlin

 
 

Repository files navigation

ReKotlin

ReKotlin Logo

License MIT CircleCI codecov

Unidirectional data flow for Kotlin applications.

Documentation

See https://rakutentech.github.io/ReKotlin/

ReKotlin libraries

This repository is a collection of libraries that implement and leverage the unidirectional-data-flow model, checkout the sub directories for more detail:

  • ReKotlin: Implementation of the core concepts.
  • ReKotlin-Router: A routing library on top of ReKotlin, for expressive URL-like routing
  • Android Sample App: A sample app illustrating how you can use ReKotlin and ReKotlin-Router in an android application.

Building

./gradlew clean build

Publishing Binaries

./gradlew publish

Publishing Documentation

./docs.sh

About

Unidirectional Data Flow in Kotlin - inspired by Redux

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
ORIGINAL_LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.1%
  • Shell 0.9%