Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/den1k/re-frame-utils
Re-frame extensions
https://github.com/den1k/re-frame-utils
re-frame
Last synced: about 2 months ago
JSON representation
Re-frame extensions
- Host: GitHub
- URL: https://github.com/den1k/re-frame-utils
- Owner: den1k
- License: mit
- Created: 2017-07-24T05:16:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T14:58:23.000Z (over 3 years ago)
- Last Synced: 2024-11-16T21:48:00.080Z (about 2 months ago)
- Topics: re-frame
- Language: Clojure
- Size: 21.5 KB
- Stars: 61
- Watchers: 5
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# re-frame-utils
> Re-frame extensions
[![CircleCI](https://circleci.com/gh/vimsical/re-frame-utils.svg?style=svg)](https://circleci.com/gh/vimsical/re-frame-utils)
[![Clojars Project](https://img.shields.io/clojars/v/re-frame-utils.svg)](https://clojars.org/re-frame-utils)
## Releases and Dependency Information
* [All releases](https://clojars.org/vimsical/re-frame-utils)
[Leiningen] dependency information:
[vimsical/re-frame-utils "0.1.0"]
[Maven] dependency information:
vimsical
re-frame-utils
0.1.0
[Gradle] dependency information:
compile "vimsical:re-frame-utils:0.1.0"
[Clojars]: http://clojars.org/
[Leiningen]: http://leiningen.org/
[Maven]: http://maven.apache.org/
[Gradle]: http://www.gradle.org/## Dependencies and Compatibility
Tested against `re-frame 0.9.4` and `clojurescript 1.9.671`.
## Utils
### Cofx
#### [Inject](./src/vimsical/re_frame/cofx/inject.cljc)
Inject a subscription in an event handler.
### Fx
#### [Track](./src/vimsical/re_frame/fx/track.cljc)
Dynamically dispatch events when subscriptions update.
## License
Copyright © 2017 Vimsical
MIT License