ember-local-storage
Storage library
An Ember.js addon providing a storage solution using localStorage or sessionStorage to persist data changes
The addon provides a storageFor computed property that returns a proxy and persists the changes to localStorage or sessionStorage. It ships with an ember-data adapter.
220 stars
14 watching
77 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
genkgo/ember-localforage-adapter | An Ember Data adapter that stores application data in Mozilla's localForage, providing offline capabilities and compatibility with Ember Data 3.0. | 133 |
maple3142/vuejs-storage | A Vue.js plugin for persisting data in localStorage or sessionStorage. | 121 |
alekseykulikov/storage | An asynchronous wrapper around localForage that supports multiple storage backends and provides a simple API for storing and retrieving data in a browser | 606 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,894 |
ember-sapporo/ember-store-helpers | Provides reusable code and helpers for working with Ember Data in Ember.js applications. | 5 |
ampatspell/ember-cli-sofa | A CouchDB persistence library for Ember.js applications | 4 |
shipshapecode/ember-service-worker-prember | An Ember plugin that caches and updates the index.html files of a static Ember app generated by prember | 6 |
restuwahyu13/node-disk-storage | A fast and secure local storage solution for Node.js applications | 16 |
pinguinjkeke/vue-local-storage | A Vue.js plugin that provides type-safe storage and computed variables for local storage with support for both client-side and server-rendered applications. | 672 |
elgerlambert/redux-localstorage | Syncs a subset of Redux store state to local storage | 1,322 |
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
robinck/vue-ls | A Vue plugin for managing local storage, session storage, and memory storage from the Vue context. | 536 |
gadingnst/simple-webstorage | Utilities to simplify accessing application storage in client browsers | 11 |
ilyalesik/effector-localstorage | Synchronizes store state with localStorage and provides synchronization between browser tabs | 30 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |