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 鉃★笍 dccOur 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.
Most helpful comment
Our standard usage in Python is
htmlfordash_html_components- so I think onlycoreneeds to change todcc.