Package: reactR 0.6.1
reactR: React Helpers
Make it easy to use 'React' in R with 'htmlwidget' scaffolds, helper dependency functions, an embedded 'Babel' 'transpiler', and examples.
Authors:
reactR_0.6.1.tar.gz
reactR_0.6.1.zip(r-4.7)reactR_0.6.1.zip(r-4.6)reactR_0.6.1.zip(r-4.5)
reactR_0.6.1.tgz(r-4.6-any)reactR_0.6.1.tgz(r-4.5-any)
reactR_0.6.1.tar.gz(r-4.7-any)reactR_0.6.1.tar.gz(r-4.6-any)
reactR_0.6.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
reactR/json (API)
NEWS
| # Install 'reactR' in R: |
| install.packages('reactR', repos = c('https://timelyportfolio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/react-r/reactr/issues
htmlhtmlwidgetsjavascriptreactreactjsweb
Last updated from:808b21f4f2 (on master). Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 308 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 115 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 85 | ||
| wasm-release | OK | 107 |
Exports:babel_transformcomponentcreateReactShinyInputhtml_dependency_corejshtml_dependency_mobxhtml_dependency_reacthtml_dependency_reacttoolsReactreactMarkupscaffoldReactShinyInputscaffoldReactWidget
Authoring htmlwidgets powered by React with reactR
Rendered fromintro_htmlwidgets.Rmdusingknitr::rmarkdownon Jun 02 2026.Last update: 2023-10-11
Started: 2019-01-12
Intro to reactR
Rendered fromintro_reactR.Rmdusingknitr::rmarkdownon Jun 02 2026.Last update: 2021-02-22
Started: 2016-11-04
Authoring inputs powered by React with reactR
Rendered fromintro_inputs.Rmdusingknitr::rmarkdownon Jun 02 2026.Last update: 2023-10-11
Started: 2019-04-09
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Transform Code with Babel | babel_transform |
| Create a React component | component |
| Create a React-based input | createReactShinyInput |
| Shim Dependency for React in RStudio Viewer | html_dependency_corejs |
| Dependencies for 'mobx' | html_dependency_mobx |
| Dependencies for React | html_dependency_react |
| Adds window.reactR.exposeComponents and window.reactR.hydrate | html_dependency_reacttools |
| React component builder. | React |
| Prepare data that represents a single-element character vector, a React component, or an htmltools tag for sending to the client. | reactMarkup |
| Create implementation scaffolding for a React.js-based Shiny input. | scaffoldReactShinyInput |
| Create implementation scaffolding for a React.js-based HTML widget | scaffoldReactWidget |
