Currently, we generate Dash component libraries for Python and R dynamically from JavaScript, using a common dash-generate-components interface. This allows us to release updates to libraries like dash-core-components simultaneously for all supported backends, with essentially identical help string content, tailored to the idioms of each language.
As for Python and R, we should provide a Dash.jl component generator, tentatively entitled _jl_components_generation.py, which integrates seamlessly with our existing component generation pipeline.
Currently, we generate Dash component libraries for Python and R dynamically from JavaScript, using a common
dash-generate-componentsinterface. This allows us to release updates to libraries likedash-core-componentssimultaneously for all supported backends, with essentially identical help string content, tailored to the idioms of each language.As for Python and R, we should provide a Dash.jl component generator, tentatively entitled
_jl_components_generation.py, which integrates seamlessly with our existing component generation pipeline.