- Notifications
You must be signed in to change notification settings - Fork12
Use React in Shiny applications.
License
Appsilon/shiny.react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Use React in Shiny applications.
This R package enables using React in Shiny apps and is used e.g. by theshiny.fluent package.It contains R and JS code which is independent from the React library (e.g. Fluent UI) that is being wrapped.
Stable version:
install.packages("shiny.react")Development version:
remotes::install_github("Appsilon/shiny.react")
To build and install the package, run:
(cd js&& yarn&& yarn webpack)Rscript -e'devtools::document(); devtools::install()'
cd js && yarn lintlints the JS codecd js && yarn testruns 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
If you want to contribute to this project please submit a regular PR, once you're done with a new feature or bug fix.
Reporting a bug is also helpful - please useGitHub issues and describe your problem as detailed as possible.
Appsilon is aPosit (formerly RStudio) Full Service Certified Partner.
Learn more atappsilon.com.
Get in touchopensource@appsilon.com
Explore theRhinoverse - a family of R packages built aroundRhino!
About
Use React in Shiny applications.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Contributors11
Uh oh!
There was an error while loading.Please reload this page.

