re-surface

This library is an attempt to provide structure to a reagent application at the page level.

Leiningen/Boot

[re-surface "0.2.0-alpha2"]

Clojure CLI/deps.edn

re-surface/re-surface {:mvn/version "0.2.0-alpha2"}

Gradle

implementation("re-surface:re-surface:0.2.0-alpha2")

Maven

<dependency>
  <groupId>re-surface</groupId>
  <artifactId>re-surface</artifactId>
  <version>0.2.0-alpha2</version>
</dependency>