Search code examples
backbone.jssession-storage

Backbone and Session storage


How to fetch data from a Url(json file) and save the changes of the model by using session storage in the same application?

Is this possible? can someone help me in finding a solution.


Solution

  • You should have a look at these projects on GitHub:

    Then you just need to override Backbone collection's fetch method to update data from your remote source when needed.