Search⌘ K
AI Features

Implementation Strategy

Explore the implementation strategy for adding data persistence to Marionette.js applications by leveraging web storage with Backbone.localStorage. Understand how to use existing URL properties as storage keys, extend entities with minimal impact, and configure the necessary files to simulate server persistence locally.

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 ...

Note: ...