You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: packages/redux-dynostore-react-redux-subspace/README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ When mounted, `MyComponent` will be wrapped in a [`SubspaceProvider`](https://io
49
49
50
50
If you are attaching a reducer dynamically, you should use the [redux-subspace variant](/packages/redux-dynostore-redux-subspace) to ensure it will receive the namespaced actions.
@@ -72,3 +72,15 @@ State handlers are provided as an object with the following functions:
72
72
_Note, this is a subset of [the `stateHandler` option of `dynamicReducers`](/packages/redux-dynostore-core#stateHandler)._
73
73
74
74
By default, `subspaced` will use the `defaultStateHandler` exported from the core package.
75
+
76
+
### Additional Subspace Options
77
+
78
+
Any additional options provided to `subspaced` will be passed through as the [options argument to the underlying `react-redux-subspace` library](https://ioof-holdings.github.io/redux-subspace/packages/react-redux-subspace/docs/api/subspaced.html#arguments). This is most commonly used to provide a custom context to locate the Redux store to use:
0 commit comments