Skip to content

cdietze/react-kt

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages