re-surface

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

Leiningen/Boot

[re-surface "0.1.0-alpha"]

Clojure CLI/deps.edn

re-surface/re-surface {:mvn/version "0.1.0-alpha"}

Gradle

implementation("re-surface:re-surface:0.1.0-alpha")

Maven

<dependency>
  <groupId>re-surface</groupId>
  <artifactId>re-surface</artifactId>
  <version>0.1.0-alpha</version>
</dependency>