cljsjs/preact

Preact is a fast, 3kb alternative to React, with the same ES2015 API.

Leiningen/Boot

[cljsjs/preact "7.1.0-0"]

Clojure CLI/deps.edn

cljsjs/preact {:mvn/version "7.1.0-0"}

Gradle

implementation("cljsjs:preact:7.1.0-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>preact</artifactId>
  <version>7.1.0-0</version>
</dependency>