File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments