You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: