Slapdash is setup to use the Flask instance's config object to store Dash parameters. These are updated after Dash.init is called, so that they are safe to be used at runtimem via Flask's convenient current_app global. This means we can access Dash config without having to worry about import order
Slapdash is setup to use the Flask instance's config object to store Dash parameters. These are updated after Dash.init is called, so that they are safe to be used at runtimem via Flask's convenient current_app global. This means we can access Dash config without having to worry about import order