You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hot reloading (#66) is awesome, so here's the next-level feature: state-preserving hot-reloading!
Right now if I'm 50 clicks into an interaction with a Dash app and I modify the code, the frontend reloads and resets back to its initial state. What I'd love to see is for the app to reload with the same state as I was in before, much like react hot reloading works :)
The text was updated successfully, but these errors were encountered:
Hot reloading (#66) is awesome, so here's the next-level feature: state-preserving hot-reloading!
Right now if I'm 50 clicks into an interaction with a Dash app and I modify the code, the frontend reloads and resets back to its initial state. What I'd love to see is for the app to reload with the same state as I was in before, much like react hot reloading works :)
The text was updated successfully, but these errors were encountered: