Hi Dash community,
I’ve successfully set up a multi page app - I’m wondering how would I be able to best include the functionality to update on each page load, separately. I’m hoping to not have to reload the data across all applications whenever a page reloads, only reloading data that is for that page.
My file structure is
-app.py
-index.py
-child_apps
– ProjA
—ProjA.py
– ProjB
—ProjB.py
ProjA.py and ProjB.py contains the layouts, that are imported into index.py. In each of the ProjX.py, there are the respective callbacks.
I have looked at the content here, but it does not seem to address my concerns.
https://dash.plotly.com/live-updates
https://dash.plotly.com/urls
Thanks!
1 post - 1 participant