cljsjs/preact

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

Leiningen/Boot

[cljsjs/preact "8.2.5-0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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