tieandrews / fortunato-wheels

A web app to explore used car ads when shopping for cars or analyze existing ads.
MIT License
3 stars 0 forks source link

Data: Load Summary Data From Blob Storage #2

Closed tieandrews closed 1 year ago

tieandrews commented 1 year ago

The required summary data to power the explore page will be stored in blob storage and must be loaded in the app from launch. The loaded data should be stored in a div to prevent multiple loads on page changes.

Example multipage app with dcc.store: https://github.com/AnnMarieW/dash-multi-page-app-demos/tree/main/multi_page_store