Reagent plugin for the views library, providing real-time component updates to server-side changes to data.
Go to file
Gered 32b9a4b635 add refcounting to view subscriptions / unsubscriptions
to know when it requests should be sent to the server to subscribe
and when to unsubscribe (if multiple components subscribed to the same
view-sig, etc)
2014-12-26 23:51:49 -05:00
src add refcounting to view subscriptions / unsubscriptions 2014-12-26 23:51:49 -05:00
.gitignore initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00
LICENSE initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00
project.clj initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00
README.md initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00

reagent-data-views

A Clojure library designed to ... well, that part is up to you.

Usage

FIXME

License

Copyright © 2014 Gered King

Distributed under the the MIT License. See LICENSE for more details.