reactR icon indicating copy to clipboard operation
reactR copied to clipboard

Using Shiny and or R Outputs In React

Open ImranQUB opened this issue 3 years ago • 0 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.

ImranQUB avatar Oct 17 '22 10:10 ImranQUB