Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 693 Bytes

05-quiz-online-first.md

File metadata and controls

21 lines (17 loc) · 693 Bytes

02.05: QUIZ: WHAT DOES ONLINE FIRST LOOK LIKE?

If we pick an online first approach, in which of the following conditions will our app work well?

  • Good Connectivity
  • Poor Connectivity / Lie-fi
  • Offline
ANSWER
  • Good Connectivity
  • Offline

Online first works the same with good connectivity. Things also work offline with fallbacks instead of a browser error page. However, unfortunately, because we're waiting on the network before we do anything, things are still terrible with lie-fi.


Next: Quiz: What Are Ways To Be Offline First?