https://github.com/conarrative/fetch-fx
https://github.com/conarrative/fetch-fx
clojurescript fetch re-frame
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conarrative/fetch-fx
- Owner: CoNarrative
- License: epl-1.0
- Created: 2018-06-13T19:35:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T21:53:17.000Z (over 7 years ago)
- Last Synced: 2025-10-03T04:37:19.421Z (3 months ago)
- Topics: clojurescript, fetch, re-frame
- Language: Clojure
- Size: 10.7 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fetch-fx
A [re-frame](https://github.com/Day8/re-frame) fx handler for the Javascript Fetch API.
## Usage
```clj
(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.