re-frame-utils

Fxs and CoFxs for re-frame


Keywords
re-frame
License
MIT

Documentation

re-frame-utils

Re-frame extensions

CircleCI

Clojars Project

Releases and Dependency Information

Leiningen dependency information:

[vimsical/re-frame-utils "0.1.0"]

Maven dependency information:

<dependency>
  <groupId>vimsical</groupId>
  <artifactId>re-frame-utils</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle dependency information:

compile "vimsical:re-frame-utils:0.1.0"

Dependencies and Compatibility

Tested against re-frame 0.9.4 and clojurescript 1.9.671.

Utils

Cofx

Inject

Inject a subscription in an event handler.

Fx

Track

Dynamically dispatch events when subscriptions update.

License

Copyright © 2017 Vimsical

MIT License