com.vitalreactor/derive

Simple library to support computing the 'latest' value derived from a mutable data source. Designed to integrate into React/Om and with data stores like Datascript and NativeStore

Leiningen/Boot

[com.vitalreactor/derive "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.vitalreactor/derive {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.vitalreactor:derive:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.vitalreactor</groupId>
  <artifactId>derive</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>