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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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