plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

Renaming "build:py_and_r" to "build:dash"? #116

Closed xhluca closed 3 years ago

xhluca commented 3 years ago

I wondering if that name would make more sense since build:py_and_r also generates the julia files.

alexcjohnson commented 3 years ago

Good call, we should update this. build:dash is a bit ambiguous though - in the core we call this build:backends, shall we standardize on that?

xhluca commented 3 years ago

I think it's a good idea to standardize. I guess backends works although it might be a bit harder to grasp for beginners (but should be easy to explain in the dash-docs).

Also should we keep build:py_and_r or remove it? I know removing npm run build:all has caused a little bit of friction, but might be mainly due to the mismatch in the dash-docs and the webinar.