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)
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: