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

[day8.re-frame/async-flow-fx "0.0.9-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("day8.re-frame:async-flow-fx:0.0.9-SNAPSHOT")

Maven

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