skranz/shinyEvents: Shiny wrapper with event handlers instead of reactivity

Shiny is a great package. Yet, for more complex projects, with much dynamic UI, I find it hard to write clean code with its reactivity paradigm. This package wraps shiny into a more traditional programming approach: - event handlers for input changes and button clicks - explicit update functions to change outputs - no explicit server function

Getting started

Package details

AuthorSebastian Kranz
MaintainerSebastian Kranz <sebastian.kranz@uni-ulm.de>
LicenseGPL >= 2.0
Version2.3
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("skranz/shinyEvents")
skranz/shinyEvents documentation built on Jan. 1, 2023, 9:25 a.m.