Render children with React.
Examples
if (interactive()) shinyApp(
ui = shiny.react:::ReactContext(
"This text is rendered by React"
),
server = function(input, output) {}
)
Render children with React.
if (interactive()) shinyApp(
ui = shiny.react:::ReactContext(
"This text is rendered by React"
),
server = function(input, output) {}
)