Open
Description
My web apps are almost always multi-page with dozens to hundreds of input fields. I'm always setting all possible components to have persistence=True. Three things would be nice.
- some global setting for the app to persist as much as possible.
- adding the ability to persist graphs. My apps have lots and lots of "intermediate" outputs as users refine input settings. Results "over here" impact results "over there" and users want to click back and forth a lot. The "manual" caching technique is painful and taxing. E.g.,
https://stackoverflow.com/questions/63611740/how-to-persist-state-of-plotly-graph-in-dash-app - As has been discussed in many forums, "fixing" the issue where component values are updated via callbacks not persisting.
E.g., https://community.plotly.com/t/losing-persistence-value-on-refresh-when-input-value-updated-using-callback/39813
Metadata
Metadata
Assignees
Labels
No labels