powered by
Render children with React.
ReactContext(...)
Children to render.
if (interactive()) shinyApp( ui = shiny.react:::ReactContext( "This text is rendered by React" ), server = function(input, output) {} )
Run the code above in your browser using DataLab