Dash: Modify R component prefixes to match Python, enforce dependency on dashR package

Created on 5 Feb 2019  路  3Comments  路  Source: plotly/dash

For increased parity with the Dash for Python calling syntax, the current prefixes for dash-html-components and dash-core-components should be changed when generating R components:

  • ~html 鉃★笍 dhc~
  • core 鉃★笍 dcc

Most helpful comment

Our standard usage in Python is html for dash_html_components - so I think only core needs to change to dcc.

All 3 comments

Our standard usage in Python is html for dash_html_components - so I think only core needs to change to dcc.

The proposed implementation of the preload_dependency method, which will be useful for multipage DashR applications, requires that we enforce a dependency on DashR for all component library packages.

The above goals were achieved when https://github.com/plotly/dash/pull/638 was merged into Dash. Closing this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwhendy picture jwhendy  路  3Comments

alexcjohnson picture alexcjohnson  路  3Comments

T4rk1n picture T4rk1n  路  3Comments

ncdingari picture ncdingari  路  4Comments

Ricardo-C-Oliveira picture Ricardo-C-Oliveira  路  4Comments