This R package enables using React in Shiny apps and is used e.g. by the shiny.fluent package. It contains R and JS code which is independent from the React library (e.g. Fluent UI) that is being wrapped.
To install the package, run remotes::install_github("Appsilon/shiny.react")
.
To build and install the package, run:
cd js && yarn lint
lints the JS codecd js && yarn test
runs the unit tests for the JS codeRscript -e "lintr::lint_package()"
runs linter for the R codeRscript -e "devtools::test()"
runs unit tests for the R code