19 lines
548 B
Markdown
19 lines
548 B
Markdown
# views.reagent
|
|
|
|
[Reagent][1] support for the [views][2] library, allowing Reagent components to
|
|
reactively re-render based on server-side changes.
|
|
|
|
[1]: https://github.com/reagent-project/reagent
|
|
[2]: https://github.com/gered/views
|
|
|
|
### 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!
|
|
|
|
## License
|
|
|
|
Copyright © 2016 Gered King
|
|
|
|
Distributed under the the MIT License. See LICENSE for more details.
|