react-R / reactR

React for R

Home Page:https://react-R.github.io/reactR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Shiny and or R Outputs In React

ImranQUB opened this issue · comments

As asked by another user @apolinario, can we use Shiny or any R script in a React component?

Use Case:
Our app only needs to run R scripts in a single component, thus we are not looking to develop the app using Shiny. All R scripts can be pre-computed and there is no need for real-time computations.

We need a simple way of integrating our R scripts in React.

Understand that using Shiny to develop the app would not be appropriate considering R is required in so few components.

What is the best solution for this?

If needed, we can collaborate to make reactR more compatible.