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.