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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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