Reagent plugin for the views library, providing real-time component updates to server-side changes to data.
Go to file
Gered 38dee6ee8e can just swap directly into view-data here, no need for a cursor
i think i was originally worried that swapping into view-data directly
would cause unnecessary component re-renders, but that should not ever
happen because application code should not be dereferencing view-data
directly (should always be using cursors).
2016-05-30 18:59:32 -04:00
examples update examples 2016-05-30 17:25:57 -04:00
reagent-data-views can just swap directly into view-data here, no need for a cursor 2016-05-30 18:59:32 -04:00
reagent-data-views-browserchannel slight adjustment to the format of view refresh messages 2016-05-30 12:28:01 -04:00
reagent-data-views-sente initial commit for reagent-data-views-sente 2016-05-30 15:42:02 -04:00
.gitignore update gitignore 2016-05-19 17:07:07 -04:00
LICENSE initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00
README.md update README.md 2016-05-21 19:53:34 -04:00

reagent-data-views

Reagent components that can subscribe to receive realtime database updates.

This library is still in the experimental stages!

I'm hoping to have a release with documentation and examples soon. For now, tread carefully when browsing through the code in this repository!

This requires the use of my fork of the views library (which is also currently in the experimental stage).

License

Copyright © 2016 Gered King

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