Summary
In this chapter, we addressed some low-hanging fruit to improve the score of our to-do app. In addition, we took the scenarios from Chapter 1, The Pain of Being Offline and analyzed each against three criteria that affect a user's offline experience: connection speed, offline frequency, and device storage. No one strategy fits every user's needs, but knowing who your users are and what scenarios they experience can help inform the kind of caching that you implement.
In the next chapter, we'll look at ways to keep your data synchronized when you lack an Internet connection. Modern smartphones have a wide variety of network interfaces, including Bluetooth and peer-to-peer Wi-Fi. Let's see how we can keep our PouchDB databases synchronized using these interfaces.