Hello Dash Community –
We just updated our plugin environment for creating custom Dash Plugin Components. The underlying React.js-based component system is still backwards compatible but we’ve updated the dev tooling that backs it up (e.g. webpack
) and removed some dev tooling that some component authors found cumbersome (builder
).
The updated plugin docs are here: https://dash.plot.ly/plugins
The new repo for creating custom components is here: https://github.com/plotly/dash-component-boilerplate
And if you are just getting started with React.js, we’re creating a tutorial called “React for Python Devs” here: https://github.com/plotly/dash-docs/pull/116