Caching remote data in Local Storage with EmberData

前端 未结 3 1910
暖寄归人
暖寄归人 2021-01-30 16:32

I have a question about loading and caching remote objects with Ember. I\'m developing an Ember app that uses server-side storage through a REST API. Some of the fetched data is

3条回答
  •  梦如初夏
    2021-01-30 17:23

    There is an implementation of a local storage adapter that you might find useful. Have a look at https://github.com/rpflorence/ember-localstorage-adapter

提交回复
热议问题