What are some requirements to app shell?

Technology CommunityCategory: PWAWhat are some requirements to app shell?
VietMX Staff asked 3 years ago

The app shell should ideally:

  • Load fast
  • Use as little data as possible
  • Use static assets from a local cache
  • Separate content from navigation
  • Retrieve and display page-specific content (HTML, JSON, etc.)
  • Optionally, cache dynamic content