Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pkg-r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: shinyreact
Title: 'Shiny' UI Infrastructure for Client-Side 'React' Rendering
Title: Client-Side 'React' Interface for 'Shiny'
Version: 0.1.0
Authors@R: c(
person("Barret", "Schloerke", , "barret@posit.co", role = c("cre", "aut"),
Expand All @@ -16,12 +16,12 @@ Authors@R: c(
comment = "'React' and 'ReactDOM', bundled in inst/lib/shiny/shinyreact.js")
)
Description: Server-side plumbing for the 'ui.tsx' pattern in 'Shiny': the
user interface (UI) is defined in a client 'React'
(<https://react.dev/>) bundle, and the 'Shiny' server contains only
reactive computation. Provides page builders that discover and serve
the client bundle, a renderer that publishes any JSON-serializable
value to the client, and custom messages to 'React' components. Ships
no UI components, so the app author owns the whole front end. The
user interface is defined in a client 'React' (<https://react.dev/>)
bundle, and the 'Shiny' server contains only reactive computation.
Provides page builders that discover and serve the client bundle, a
render function that publishes any JSON-serializable value to the
client, and custom messages to 'React' components. Ships no user
interface components, so the app author owns the whole front end. The
'React' runtime and the client hooks are bundled, so no JavaScript
build step is required to get started.
License: MIT + file LICENSE
Expand Down
4 changes: 2 additions & 2 deletions pkg-r/man/shinyreact-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.