io.thdr/redux-cljs

Redux implementation in ClojureScript.

Leiningen/Boot

[io.thdr/redux-cljs "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

io.thdr/redux-cljs {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("io.thdr:redux-cljs:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>io.thdr</groupId>
  <artifactId>redux-cljs</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>