/react-kt

React.kt is a low-level library in Kotlin that provides [signal/slot] and [functional reactive programming]-like primitives.

Primary LanguageKotlinApache License 2.0Apache-2.0

React-kt

Build Status

React-kt is a low-level library in Kotlin that provides signal/slot and functional reactive programming-like primitives. It can serve as the basis for a user interface toolkit, or any other library that has a model on which clients will listen and to which they will react.

It is a port in Kotlin of the React project in java.

Building

The library is built using Gradle.

Invoke ./gradlew build to build the library or ./gradlew publishToMavenLocal to install it to your local Maven repository.