Implementation Strategy

Understand the strategy to implement web storage for persistence.

We'll cover the following...

As mentioned in the Dealing with Persisted Data chapter, we’ll be implementing data persistence by leveraging web storage. To accomplish this, we’ll be using the Backbone.localStorage adapter.

Note: ...