Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/posit-dev/shiny-bindings

Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps
https://github.com/posit-dev/shiny-bindings

Last synced: about 1 month ago
JSON representation

Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps

Awesome Lists containing this project

README

        

# `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](packages/core/README.md) [@posit-dev/shiny-bindings-react](packages/react/README.md).

## Development

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

```bash
npm i
```

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