Reagent plugin for the views library, providing real-time component updates to server-side changes to data.
Go to file
Gered f2012fdc29 significant rework to defvc, simplifying sub/unsubing to views
defvc components no longer declare the view-sigs that will be used.
calls to view-cursor within the component's render function now
automatically trigger the component to subscribe/unsubscribe to the
view-sigs being passed to any view-cursor calls.
2014-12-28 14:51:35 -05:00
examples/todomvc print out a message when Jetty is done starting up 2014-12-28 01:10:20 -05:00
src significant rework to defvc, simplifying sub/unsubing to views 2014-12-28 14:51:35 -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 use new clj-browserchannel-messaging version 2014-12-28 00:41:36 -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.