UNPKG

redux-persist-crosstab

Version:

Add cross tab syncing to your [redux](https://github.com/gaearon/redux) app with 1 line. This tiny module listens to the window for [redux-persist](https://github.com/rt2zz/redux-persist) storage events. When an event occurs it will dispatch a rehydrate a

27 lines (26 loc) 560 B
{ "name": "redux-persist-crosstab", "version": "3.7.0", "description": "", "main": "index.js", "scripts": { "test": "exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/rt2zz/redux-persist-crosstab.git" }, "homepage": "https://github.com/rt2zz/redux-persist-crosstab", "keywords": [ "redux", "localstorage", "redux-persist", "redux-storage", "redux-rehydrate" ], "peerDependencies": { "redux-persist": ">=3.5.0" }, "author": "rt2zz <zack@root-two.com>", "license": "MIT" }