Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 756 Bytes

Bintray

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.