Skip to content

Commit 4cb514d

Browse files
Update README.md
1 parent b62f000 commit 4cb514d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Save and load the [Redux][] state with ease.
1616
* [localStorage][]: based on window.localStorage
1717
* Or for environments without `Promise` support [localStorageFakePromise][]
1818
* [reactNativeAsyncStorage][]: based on `react-native/AsyncStorage`
19+
* [remoteEndpoint][]: save/load via XHR
1920
* Flexible state merger functions
2021
* [simple][merger-simple]: merge plain old JS structures (default)
2122
* [immutablejs][merger-immutablejs]: merge plain old JS **and** [Immutable][]
@@ -203,3 +204,4 @@ Thank you [michaelcontento](https://github.com/michaelcontento) for a great libr
203204
[filter]: https://github.com/react-stack/redux-storage-decorator-filter
204205
[migrate]: https://github.com/mathieudutour/redux-storage-decorator-migrate
205206
[immutablejs]: https://github.com/react-stack/redux-storage-decorator-immutablejs
207+
[remoteEndpoint]: https://github.com/bionexo/redux-storage-engine-remoteendpoint

0 commit comments

Comments
 (0)