ccherot / winetracker

This is an app built on the MEAN stack which allows users to enter in and upload wine information for their personal cellar.
0 stars 0 forks source link

Stop loading the current cellar every time the cellar-list component loads #23

Open ccherot opened 7 years ago

ccherot commented 7 years ago

Right now the current cellar is needlessly getting reloaded every time the cellar-view changes. We need to add logic such that loads the cellar just once.

It might even make sense to keep the initial current cellar in memory after switching cellars if that does not take up too much memory. I don't think that much text data would be all that expensive.