Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 382 Bytes

File metadata and controls

20 lines (13 loc) · 382 Bytes

fetch-fx

A re-frame fx handler for the Javascript Fetch API.

Usage

(ns foo
  (:require [re-frame.core :as rf]
            [fetch-fx.core :as fetch]))

(rf/reg-fx :your-key fetch/effect)

License

Copyright © 2018 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.