An open API service indexing awesome lists of open source software.

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

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`.

[![CircleCI](https://circleci.com/gh/druids/rejax.svg?style=svg)](https://circleci.com/gh/druids/rejax)
[![License](https://img.shields.io/badge/MIT-Clause-blue.svg)](https://opensource.org/licenses/MIT)

Leiningen/Boot
--------------

```clojure
[rejax "0.2.0"]
```