Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for clientside callbacks #129

Closed
rpkyle opened this issue Sep 20, 2019 · 1 comment
Closed

Need support for clientside callbacks #129

rpkyle opened this issue Sep 20, 2019 · 1 comment
Assignees
Milestone

Comments

@rpkyle
Copy link
Contributor

rpkyle commented Sep 20, 2019

Dash for Python provides an interface for describing data transformation relationships between components in JavaScript (plotly/dash/issues/266, plotly/dash/pull/672, plotly/dash-renderer/pull/143).

Updates which happen via this mechanism are triggered entirely client-side, without passing information over the network. Significant performance gains are possible relative to @app.callback functions in Python or app$callback functions in R.

Dash for R should offer support for so-called "clientside callbacks", just as Dash for Python does.

@rpkyle
Copy link
Contributor Author

rpkyle commented Oct 2, 2019

Closed by #130.

@rpkyle rpkyle closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants