com.vitalreactor/derive

Clojurescript library to support efficient computation of up to date values derived from a mutable data source. Designed to integrate with functional UI frameworks like Om and with data stores like Datascript and NativeStore

Leiningen/Boot

[com.vitalreactor/derive "0.2.1"]

Clojure CLI/deps.edn

com.vitalreactor/derive {:mvn/version "0.2.1"}

Gradle

implementation("com.vitalreactor:derive:0.2.1")

Maven

<dependency>
  <groupId>com.vitalreactor</groupId>
  <artifactId>derive</artifactId>
  <version>0.2.1</version>
</dependency>