Oolong

MVU for Kotlin Multiplatform

License

License

GroupId

GroupId

org.oolong-kt
ArtifactId

ArtifactId

oolong-watchosx86
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

klib
Description

Description

Oolong
MVU for Kotlin Multiplatform
Project URL

Project URL

https://github.com/oolong-kt/oolong/
Source Code Management

Source Code Management

https://github.com/oolong-kt/oolong/

Download oolong-watchosx86

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core-watchosx86 jar 1.3.9
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.10

Project Modules

There are no modules declared in this project.

Oolong

Build Status Maven Central Sonatype Nexus (Snapshots) License Slack chat

Oolong is an Elm inspired Model-View-Update (MVU) implementation for Kotlin multiplatform. As the name implies, three core concepts comprise the foundation of this architecture:

  • Model - a type to represent the program state

  • View - a function to map the state to view properties

  • Update - a function to update the state

By applying this simple pattern you can create composable, testable programs that can run on any platform. Oolong enables a common codebase for all platforms by using a render function which is implemented by each frontend.

Documentation

Get started with Oolong by reading the official guide.

Download

dependencies {
    implementation("org.oolong-kt:oolong:2.1.0")
}
org.oolong-kt

Oolong

Versions

Version
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3