rappster/reactr: Reactive object bindings with built-in caching and push functionality

The package facilitates the specification of reactive objects based on reactive expressions that dynamically bind them to other objects. That way, an object 'x' can be dynamically observed by 'n' other objects. Whenever 'x' changes, the 'n' variables observing 'x' change according to their reactive expressions that defines the actual binding relationship. Two different reactivity are provided: one builds on top of functionality from the shiny package, the other is an alternative implementation that reveals a lot of the details that shiny solves in a similar, yet much more elegantly way.

Getting started

Package details

AuthorJanko Thyson [aut, cre]
MaintainerJanko Thyson <janko.thyson@gmail.com>
LicenseGPL (>= 2)
Version0.1.16
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rappster/reactr")
rappster/reactr documentation built on May 26, 2019, 11:56 p.m.