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-alpha1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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