Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 600 Bytes

kotlin-react-dom

Kotlin wrapper for React DOM library. Major version number of this wrapper matches that of React DOM itself.

Installation

  1. npm i @jetbrains/kotlin-react-dom

  2. npm run gen-idea-libs

See the Bintray page for Maven and Gradle installation instructions.

Internals

Imports.kt contains type definitions for ReactDOM. The remaining classes (ReactDOM.kt and others) provide higher-level APIs on top of that definition.