yearn / seafood

Seafood

Home Page:https://seafood.yearn.watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review shared vault/strategy data model

murderteeth opened this issue · comments

On startup Seafood loads coarse grained data on all vaults and strategies and makes this data available through a context at the top of its component hierarchy. This is very useful, but we'd like to improve it like this:

  • Optimize data loading for UI responsiveness (eg minimize blocking, make component available JIT)
  • Add UI indicators for loading status and freshness
  • Maybe add some browser caching (eg, using a service worker)