https://github.com/druids/rejax
A library that creates nicer API for usage of cljs-ajax in Re-frame
https://github.com/druids/rejax
Last synced: over 1 year ago
JSON representation
A library that creates nicer API for usage of cljs-ajax in Re-frame
- Host: GitHub
- URL: https://github.com/druids/rejax
- Owner: druids
- License: mit
- Created: 2018-01-25T14:48:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T15:28:47.000Z (over 7 years ago)
- Last Synced: 2025-03-04T06:36:11.352Z (over 1 year ago)
- Language: Clojure
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
rejax = re-frame + cljs-ajax
============================
rejax provides a nice functions and shortcuts for easier usage of `cljs-ajax` library in `re-frame`.
[](https://circleci.com/gh/druids/rejax)
[](https://opensource.org/licenses/MIT)
Leiningen/Boot
--------------
```clojure
[rejax "0.2.0"]
```