Updating Data on Page Reload , Use Loaded Data in Other Callbacks

Hello All:

The attached thread is a discussion on how to serve dash with updated data with every refresh of the page. Past Discussion

I need some best practice advice on the following:

  • How to update data on Page Reload , data I refer is Query from SQL Database. So whenever page reloads it should fetch latest data from database.
  • How to save data that has been fetched at the time of reload , refer it to other calls backs .

Any link or example would be helpful …