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
76 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An Ember Data adapter that stores application data in Mozilla's localForage, providing offline capabilities and compatibility with Ember Data 3.0. | 133 |
| A Vue.js plugin for persisting data in localStorage or sessionStorage. | 121 |
| An asynchronous wrapper around localForage that supports multiple storage backends and provides a simple API for storing and retrieving data in a browser | 603 |
| An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,890 |
| Provides reusable code and helpers for working with Ember Data in Ember.js applications. | 5 |
| A CouchDB persistence library for Ember.js applications | 4 |
| An Ember plugin that caches and updates the index.html files of a static Ember app generated by prember | 6 |
| A fast and secure local storage solution for Node.js applications | 16 |
| 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 |
| Syncs a subset of Redux store state to local storage | 1,320 |
| A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
| A Vue plugin for managing local storage, session storage, and memory storage from the Vue context. | 537 |
| Utilities to simplify accessing application storage in client browsers | 11 |
| Synchronizes store state with localStorage and provides synchronization between browser tabs | 30 |
| A Redux effects driver for interacting with local or session storage | 10 |