Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 942 Bytes

File metadata and controls

27 lines (17 loc) · 942 Bytes

Maven Central

Module kotlin-react-dom-legacy

Kotlin wrapper for the React DOM library. The major version number of this wrapper matches that of React DOM itself.

Warning

kotlin-react-dom-legacy is deprecated

kotlin-react-dom vs kotlin-react-dom-legacy

kotlin-react-dom does not depend on kotlinx.html, the HTML typings it provides are generated from TypeScript types directly. They are therefore more complete and up-to-date.

kotlin-react-dom-legacy depends on kolinx.html and its HTML typings are maintained manually.

See CHANGELOG.md for more details.

Gradle

repositories {
    mavenCentral()
}

implementation("org.jetbrains.kotlin-wrappers:kotlin-react-dom-legacy:VERSION")