Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rt2zz committed Oct 21, 2015
1 parent b783029 commit fddddd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Because persisting state is inherently stateful, `persistStore` lives outside of
- **whitelist** *array* keys (read: reducers) to persist, if set all other keys will be ignored.
- **storage** *object* An object with the following methods implemented `setItem(key, string, cb)` `getItem(key, cb)` `removeItem(key, cb)`
- **transforms** *array* transforms to be applied during storage and during rehydration.
**debounce** *integer [33]* Debounce interval applied to storage calls.
- **callback** *function* Will be called after rehydration is finished.
- returns **persistor** object
Expand All @@ -80,6 +81,7 @@ Because persisting state is inherently stateful, `persistStore` lives outside of
Redux-persist is very easy to extend with new functionality:
* ImmutableJS support with [redux-persist-immutable](https://github.com/rt2zz/redux-persist-immutable)
* Cross tab syncing with [redux-persist-crosstab](https://github.com/rt2zz/redux-persist-crosstab)
* Browser Extensions [browser-redux-sync](https://github.com/zalmoxisus/browser-redux-sync)
#### Example
```js
Expand Down

0 comments on commit fddddd3

Please sign in to comment.