com.verypossible.day8.re-frame/async-flow-fx

A re-frame effects handler for coordinating the kind of async control flow which often happens on app startup.

Leiningen/Boot

[com.verypossible.day8.re-frame/async-flow-fx "0.0.11-SNAPSHOT"]

Clojure CLI/deps.edn

com.verypossible.day8.re-frame/async-flow-fx {:mvn/version "0.0.11-SNAPSHOT"}

Gradle

implementation("com.verypossible.day8.re-frame:async-flow-fx:0.0.11-SNAPSHOT")

Maven

<dependency>
  <groupId>com.verypossible.day8.re-frame</groupId>
  <artifactId>async-flow-fx</artifactId>
  <version>0.0.11-SNAPSHOT</version>
</dependency>