dash-docs
dash-docs copied to clipboard
Example with pattern-matching callbacks about using it with zero or one element / toggling elements
Signle output with a bunch of inputs that may be turned "on or off". previously, you had to keep them all visible and hide them with display: none. now you can just remove them.
there might be similar applications with dcc.Store as an input across multiple pages or tabs