A re-frame fx handler for the Javascript Fetch API.
(ns foo
(:require [re-frame.core :as rf]
[fetch-fx.core :as fetch]))
(rf/reg-fx :your-key fetch/effect)
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.