redux-localstorage
Store synchronizer
Syncs a subset of Redux store state to local storage
Store enhancer that syncs (a subset) of your Redux store state to localstorage.
1k stars
19 watching
107 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ilyalesik/effector-localstorage | Synchronizes store state with localStorage and provides synchronization between browser tabs | 30 |
vicentedealencar/redux-pouchdb | A library that syncs Redux stores with PouchDB databases | 222 |
btroncone/ngrx-store-localstorage | A tool that synchronizes the state of an Angular application with local storage. | 617 |
larscom/ngrx-store-storagesync | A state synchronization library for Angular applications, allowing flexible storage options and configuration. | 41 |
samiskin/redux-electron-store | Synchronizes Redux stores across multiple processes in an Electron application. | 375 |
redux-effects/redux-effects-localstorage | A Redux effects driver that interacts with local storage. | 10 |
yumauri/effector-storage | A module for syncing Effector stores with various storage solutions like local or session storage | 106 |
perry-mitchell/redux-browser-extension-sync | A toolkit to synchronize Redux state between different parts of a browser extension | 6 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,890 |
redbooth/backbone-redux | A tool that synchronizes Backbone collections and Redux stores in real-time | 191 |
unmaintainedprojects/pls | Preserves localStorage in a database | 9 |
alexandrebonaventure/vuex-jsdata-plugin | A plugin that synchronizes a Vuex store with js-data after each resource injection, maintaining data consistency and enabling automatic getter access for models. | 19 |
funkensturm/ember-local-storage | An Ember.js addon providing a storage solution using localStorage or sessionStorage to persist data changes | 220 |
iamdanthedev/mobase | An adapter that simplifies the creation of reactive, MobX-powered stores synchronized with Firebase data | 10 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |