posit-dev / shiny-bindings

Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps
10 stars 2 forks source link

Shiny Bindings monorepo

What

This is a monorepo containing packages for extending Shiny with Javascript/Typescript code.

Currently there are two packages: @posit-dev/shiny-bindings-core and @posit-dev/shiny-bindings-react. See their respective READMEs for more information. @posit-dev/shiny-bindings-core @posit-dev/shiny-bindings-react.

Development

Dependencies for both packages can be installed in the root directory with

npm i

Each package needs to be build and deployed separately. See the READMEs for each package for more information.